#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;

	background-color: #fff;

	width: 460px;
	height: 650px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
	#loading img {margin:0px auto 0px auto;}
#hoverNav{
	background-color: #fff;
	/*position: absolute;*/
	top: 0;
	left: 0;
	/*height: 49px;*/
	width: 100%;
	z-index: 10;
	float: left;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 31px;
	height: 20px;
	/*background: transparent url('/images/w.gif') no-repeat;*/ /* Trick IE into showing hover */
	display: block;
	}
div.clearfix {
	clear:both;
}
#prevLink {
	float: left;
	background: transparent url(/images/prevlink.gif) left top no-repeat;
}
#nextLink {
	float: right;
	background: transparent url(/images/nextlink.gif) right top no-repeat;
}
/*#prevLink:hover, #prevLink:visited:hover {
	background-image: url('/images/prevlabel.png');
	background-position: 30px center;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/prevlabel.png');
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url('/images/nextlabel.png');
	background-position: right center;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/nextlabel.png');
}*/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight:normal;

	background-color: #fff;

	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageDataContainer * {
	background-color: #fff;
}

div#imageData {
	/*float: left;
	width: 96%;*/
}

html>body div#imageData {
	/*float: left;
	width: 96%;*/
}

#imageData{	padding:0 10px 0 10px; color: #666; }
html>body #imageData {
	/*padding-right: 10px;*/
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#imageData #numberDisplay{ display: block; clear: left; padding-top:10px; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{
	/*width:53px;*/
	float: right;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 6px;
}

div#bottomNav {
	float:right;
	width:30%;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #002642;
}