#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: #f0f0f8; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

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


#prevLink { width: 30px; height: 26px; background: url(../images/lightbox_left_selected.gif) left  no-repeat; /* Trick IE into showing hover */ display: block; float: left; outline: none;}
#nextLink { width: 30px; height: 26px; background: url(../images/lightbox_right_selected.gif) right  no-repeat;  /* Trick IE into showing hover */ display: block; float: left; outline: none;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox_left_selected.gif) left  no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox_right_selected.gif) right  no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #f0f0f8; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #7d7d7d; font-size: 12px;}
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ }
#imageData #numberDisplay{  	}			
#imageData #bottomNavClose{ display: block; width: 34px; float: right;  padding: 10px 0 0 0; outline: none;}
#imageData #hovvvverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hovvverNav{ left: 0;}
#imageData #hoverNav{  clear: left; height: 36px; padding: 10px 0 0 0;}
#imageData #hoverNav a{ outline: none;}

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