#lightbox{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; clear: both;}

#outerImageContainer{
	position: relative;
	/*
	background-color: #1a171b;
	border-top: 1px solid #a1a3a5;
	border-left: 1px solid #a1a3a5;
	border-right: 1px solid #a1a3a5;
	*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: url(chg.gif) no-repeat top left;
	}
	
#imageContainer{
		display: block;
		clear: both;
		margin: 0 0 0 15px;
		padding: 15px 15px 15px 0px; /* param aussi dans le .js : this.borderSize=20; */
		background: url(chd.gif) no-repeat top right;
}

#imageContainer_02{

	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	/*
	background-color: #1a171b;
	border-bottom: 1px solid #a1a3a5;
	border-left: 1px solid #a1a3a5;
	border-right: 1px solid #a1a3a5;
	*/
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData_02 {
	float: left; /* on spécifiera la largeur du flottant dans le js */
	padding: 0 0 0 15px; /* voir avec padding et margin de #imageContainer */
	background:  url(cbg.gif) no-repeat left bottom;
	}
#imageData{
	float: left; /* on spécifiera la largeur du flottant dans le js */
	line-height: 1.3em;
	padding: 0 15px 10px 0; /* voir avec padding et margin de #imageContainer */
	background: url(cbd.gif) no-repeat right bottom;
	}
#imageData #imageDetails{ color: #D20041; width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; float: left; padding: 0px 0 0 0;	}
#imageData #numberDisplay{
/*display: block;
clear: left; */
float: right;
/*padding-bottom: 1.0em;*/
font-weight: bold;
}	
#imageData #numberDisplay a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#imageData #numberDisplay a:hover {
	text-decoration: underline;
}		
#imageData #bottomNavClose{ width: 79px; float: right;  /*padding-bottom: 0.7em;*/	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	*/
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	