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

#lightbox img {
	width : auto;
	height : auto;
}

#lightbox a img {
	border : none;
}

#outerImageContainer {
	position : relative;
	margin : 0 auto;
	width : 250px;
	height : 250px;
	background-color : #fff;
}

#imageContainer {
	padding : 10px;
}

#loading {
	position : absolute;
	top : 40%;
	left : 0%;
	height : 25%;
	width : 100%;
	line-height : 0;
	text-align : center;
}

#hoverNav {
	position : absolute;
	z-index : 10;
	top : 0;
	left : 0;
	height : 100%;
	width : 100%;
}

#imageContainer>#hoverNav {
	left : 0;
}

#hoverNav a {
	outline : none;
}

#prevLink, #nextLink {
	display : block;
	width : 49%;
	height : 100%;
	background-image : url(data:image/gif;base64,AAAA);
}

#prevLink {
	float : left;
	left : 0;
	background : url(/_extern/lightbox/images/prevlabel.png) left 15% no-repeat;
}

#nextLink {
	float : right;
	right : 0;
	background : url(/_extern/lightbox/images/nextlabel.png) right 15% no-repeat;
}

#imageDataContainer {
	overflow : auto;
	margin : 0 auto;
	width : 100%;
	font : 12px "Trebuchet MS", "Arial CE", sans-serif;
	line-height : 1.4em;
	background-color : #fff;
}

#imageData {
	padding : 0 10px;
	color : #666;
}

#imageData #imageDetails {
	float : left;
	width : 70%;
	text-align : left;
}	

#imageData #caption {
	font-weight : bold;
}

#imageData #numberDisplay {
	display : block;
	clear : left;
	padding-bottom : 0.4em;
}			

#imageData #bottomNavClose {
	float : right;
	padding-bottom : 0.7em;
	outline : none;
	width : 66px;
}	 	

#overlay {
	position : absolute;
	z-index : 90;
	top : 0;
	left : 0;
	width : 100%;
	height : 500px;
	background-color : #000;
}
