#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; 
	border-color:#0b6;
	border-style:solid;
	border-width:1px 1px 0 1px;
}

#imageContainer{ padding: 10px; }
#imageContainer #bottomNavClose{ position:absolute; float: right;  padding-top:2px; width: 17px; right: 15px;outline: none; z-index: 99;} 

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }


 

#imageData #prevLink { float: left;}
#imageData #nextLink { float: right;}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; 
	border-color:#0b6;
	border-style:solid;
	border-width:0 1px 1px 1px;
}

#imageData{	padding:0 10px; color: #0b6; font-weight:bold; }
#imageData #imageDetails{ width: 100%; float: center; text-align: center; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0.0em;	}			 	
#imageData #hoverNav{ height: 32px; width: 100%; }  
#imageData #hoverNav a{ outline: none; text-align:center } 

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #0b6; }
