#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top:20px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; margin: 0 auto;  }
#imageContainer{ padding: 0; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position:absolute; top:0; left: -15px; width: 350px; height:100%; z-index: 10;  overflow:visible }
#imageContainer>#hoverNav{ }
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 50%; height: 100%;  background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 100% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 100% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 100% no-repeat; }

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

#imageData{	padding:0; color: #666; margin:0 auto;  }
#imageData #imageDetails{ width:100%; text-align: left; display:inline-block;    }	
#imageData #caption{ display:inline-block; float:left; left:30%; position:relative; text-align: justify; margin-top:-85px; }
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em; }			
#imageData #bottomNavClose{ width: 66px;  position:relative; float:right;  right:-90px; top:-40px; }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 0; width: 100%;  background-color: #fff; }
