#lightbox {
	position : absolute;
	top : 20px;
	left : 0;
	width : 100%;
	z-index : 100;
	text-align : center;
	line-height : 0;
}
#lightbox a img {
	border : none;
}
#outerImageContainer {
	position : relative;
	background-color : #000000;
	width : 250px;
	height : 250px;
	margin : 0 auto;
}
#imageContainer {
	padding : 0px;
}
#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(http://www.sur-face.net/images/blank.gif) no-repeat;
	display : block;
}
#prevLink {
	left : 10px;
	float : left;
}
#nextLink {
	right : 10px;
	float : right;
}
#prevLink:hover, #prevLink:visited:hover {
	background : url(http://www.sur-face.net/images/accueil/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background : url(http://www.sur-face.net/images/accueil/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer {
	font : 9px Arial, Helvetica, sans-serif;
	text-transform : normal;
	color : #FFFFFF;
	background-color : #000000;
	margin : 0 auto;

}
#imageData {
	padding :0px;
}
#imageData #imageDetails {
	display : block;
	width :90%; /*70*/
	float : left;
	text-align : left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#imageData #caption {
	font-weight : normal;
}
#imageData #numberDisplay {
	float : right;
	display : block;
	/*clear : right;
	padding-bottom : 1em;*/
	color: #D4155A;
	
}
#imageData #bottomNavClose {
	float : right;
	display: block;
	padding: 5px;
}
#overlay {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 90;
	width : 100%;
	height : 500px;
	/*background-image: url(../images/bg3.gif);*/
	background-repeat: repeat;
	background-color : #fff;
}
.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
* html > body .clearfix {
	display : inline-block;
	width : 100%;
}
* html .clearfix {
	height : 1%;
}
