
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#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; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ 
	background: #ffffff url('bg_content.png') repeat-x left bottom;
	border: solid 5px #5a5a5a; margin: 0; }


#imageDataContainer{ font: 11px Verdana, Helvetica, sans-serif; margin: 8px auto; }
#imageData{  }
#imageData #numberDisplay{ display: block; clear: left; padding: 1.0em 0; font-style: italic; color: #4a4a4a; }
#imageData #imageDetails{ padding: 0 10px; width: 75%; float: left; text-align: left; }	
#imageData #caption{ color: #dedede; }		
#imageData #bottomNavClose{ 
	position: relative; top: -25px; right: 8px;
	width: 40px; outline: none; float: right; 
}


#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{ 
	margin: 5px; width: 45%; height: 100%; display: block; }

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

