#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 500px;
	background-color: #000;
	/*background-color: #D7BC89;*/
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	}
/*#overlay{
	position: absolute;
	width:800px;
	top: 0;
	left: 0px;
	z-index: 90;
	width: 100%;
	
	background-color: #000;
	/*background-color: #D7BC89;*
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	
	}*/
/*#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	
	}*/
#lightbox{
	position: absolute;
	width:100%;
	top: 40px;
	/*left: 200px;*/
	z-index: 201;
	text-align: center;
	}



#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-top: 10px;

	}

#imageContainer{

	height: 250px;
		
	
	}

#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{
position: absolute;
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	
	}
#prevLink { left: 0px; float: left;}
#nextLink { right: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover {
 background: url(gfx/lightbox/bt-precedent.png) 0px 30px no-repeat ; 
 }
#nextLink:hover, #nextLink:visited:hover {
 background: url(gfx/lightbox/bt-suivant.png) right 30px no-repeat ; 

 }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background:#ffffff url(gfx/lightbox/fd-txt.png) repeat-x;
	/*background-color: #fff;*/
	margin: 0 auto;
	padding: 0;
	color: #666666;
	
	}

#imageData{
	margin-top:0;
	position:relative;
	height:32px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; margin-top: 5px; background:url(gfx/lightbox/etoile.png) no-repeat 5px 0px; padding-left: 10px;  }	
#imageData #caption{ font-weight: bold;	padding-left: 10px;}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 3px; padding-left: 10px;text-indent:-9999px;overflow:hidden;	}			
#imageData #bottomNavClose{ right: 0px;width: 169px; padding-top: 0px;position:absolute;}	
		
#bottomNavClose img{
width:169px;
height:32px;

}	
		

	

.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 */
	}	
