#lightbox{
	position: absolute;
	z-index: 100;
	left:35px;
	top:40px;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	background-color: #fff;
	margin:0px;
	padding:0px
	}

#imageContainer{
	margin: 0px;
	padding: 0px;
	left:0px;
	top:0px;
	}

#loading{
display:none;

	}
#hoverNav{
	position: absolute;
	top: 0px;
	left: 0px;
     width: 650px;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0;
	line-height: 1.4em;
	overflow: hidden;

	}

#imageData{	padding:0px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left;  display:none;}	
#imageData #caption{ font-weight: bold; display:none;}
#imageData #numberDisplay{ clear: left; padding-bottom: 1.0em;	display:none;}			
#imageData #bottomNavClose{ width: 26px;  padding-bottom: 0.7em;}	
		
#overlay{
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 90;
	background-color: #fff;
	width:680px;
	}