#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top: -8px; }
#lightbox img{ width: auto; height: auto; }
#lightbox a img{ border: none; }

/* #outerImageContainer{ border:3px solid #000000; position: relative; background-color: #000000; width: 250px; height: 250px; margin: 0 auto } */
#outerImageContainer{ border:3px solid #000000; position: relative; background-color: #000000; width: 250px; height: 250px; float: left; clear: left; }

#imageContainer{ padding: 10px; }

#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{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; } */
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url("../images/headers/blank.gif"); display: block; }

#prevLink { left: 0; float: left; width: 70px;}
#nextLink { right: 0; float: right; width: 70px;}
:hover#prevLink, :visited:hover#prevLink { background: url("../images/headers/prevlabel.gif") left 15% no-repeat; }
:hover#nextLink, :visited:hover#nextLink { background: url("../images/headers/nextlabel.gif") right 15% no-repeat; }

/* #imageDataContainer{ border-left:3px solid #000000; border-right:3px solid #000000; border-top:3px solid #000000; background-color: #000000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:Tahoma; color:#FFFFFF } */
#imageDataContainer{ border-left:3px solid #000000; border-right:3px solid #000000; border-top:3px solid #000000; background-color: #000000; float: left; line-height: 1.4em; overflow: auto; width: 100%	; font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:Tahoma; color:#FFFFFF }

/* #imageData{	padding:0 10px; color: #fff; }*/
#imageData{	padding: 0 0 0 5px; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font: 10pt Tahoma; font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ float: right; width: 28px; padding: 5px; outline: none; margin-top: -41px;}

/* #overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; } */
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }