/* ------
LIGHTBOX
---------*/
#lightbox{
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#imageContainer{
	padding:10px;
}

#loading{
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

#hoverNav{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 800;
}

#imageContainer>#hoverNav{
	left: 0;
}

#hoverNav a{
	outline: none;
}

#prevLink, 
#nextLink{
	-webkit-transform: translateZ(0);
    transform: translateZ(0); /* éviter le décalage d'1px pendant l'animation */
	background-image: url(/common_images/skin001/transparent.gif);
	display: block;
	height: 100%;
	width: 40%;
}

#prevLink {
	float:left;
	left:0;
}

#nextLink {
	float:right;
	right:0;
}

#prevLink,
#nextLink{
	-moz-opacity:0.6;
	-webkit-opacity:0.6;
	opacity:0.6;
}

#prevLink:hover,
#nextLink:hover{
	-moz-opacity:1;
	-webkit-opacity:1;
	opacity:1;
}

#prevLink:link, 
#prevLink:hover, 
#prevLink:visited:hover {
	background: url(/images/v3/slider-fleche-g.png) left 48% no-repeat;
	margin-left:20px;
}

#nextLink:link, 
#nextLink:hover, 
#nextLink:visited:hover {
	background: url(/images/v3/slider-fleche-d.png) right 48% no-repeat;
	margin-right:20px;
}

#imageDataContainer{
	display:none;
	background-color: #fff;
	line-height: 1.4em;
	margin: 0 auto;
}

#imageData{
	padding:0 10px;
}

#imageData #imageDetails{
	float: left;
	text-align: left;
	width: 70%;
}	

#imageData #caption{
	font-weight: bold;
}

#imageData #caption *{
	margin:2px;
	padding:0;
}

#imageData #numberDisplay{
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose{
	background: url(/common_images/skin001/gallery/closelabel.gif) no-repeat;
	float: right;
	height:22px;
	padding-bottom: 0.7em;
	width: 80px;
}	
		
#overlay{
	-moz-opacity: 0.9;
	background-color: #202122;
	filter:alpha(opacity=90);
	height: 500px;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 900;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* ------
GALERIE AVANCEE
---------*/

.gallery{
	font-size:0;
}

.gallery a.lightbox{
	float:left;
	width:380px;
	height:250px;
	margin:0 20px 20px 0;
	position:relative;
	text-align:center;
	overflow:hidden;
}

.gallery a.lightbox:nth-child(3n+3){
	margin:0 0 20px 0;
}

.gallery a.lightbox img {
	position: absolute;
	top:-9999px;
	bottom:-9999px;
    left:-9999px;
	right:-9999px;
    margin:auto;
	width:380px;
}

.gallery .imageSurvol{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:380px;
	height:250px;
	background:rgba(255, 242, 0, 0.90);
	transition:opacity 0.15s ease;
	-webkit-transition:opacity 0.15s ease;
}

.gallery .imageSurvol span{
	display:none;
}

.gallery a.lightbox:hover .imageSurvol{
	opacity:1;
	transition:opacity 0.15s ease;
	-webkit-transition:opacity 0.15s ease;
}

