#lightbox{	position: absolute;	left: 0;top:0px;width: 100%; z-index: 200; text-align: center; line-height: 0;overflow:hidden;}
#lightbox img{ width: auto; height: auto; margin-top: 25px; }
#lightbox img{ border: solid 1px #a5a5cc;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; width: 250px; height: 250px; margin: 45px auto;  margin-bottom: 0px;background-color: #ffffff;  }
#imageContainer{ padding: 0px;}

#loading{ position: absolute; top: 40%; left: 0%; height: 15%; 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;}

#topNavClose{ position: absolute;background-color:#ffffff;z-index: 1200;text-align:right;right:0px;top:0px;width:21px;height:21px;}
#topNavClose img {position:absolute;top:-20px;right:4px;}

#prevLink, #nextLink{ margin-top: 0px;width:49%; 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/lightbox.prev.v02.gif') no-repeat left 25% }
#nextLink { right: 0; float: right;background: url('/images/lightbox.next.v02.gif') no-repeat right 25%; }
#prevLink:hover, #prevLink:visited:hover { background: url('/images/lightbox.prev.v02.gif') no-repeat left 25%; }
#nextLink:hover, #nextLink:visited:hover { background: url('/images/lightbox.next.v02.gif') no-repeat right 25%; }

#imageDataContainer{
	position: relative;
	font: 11px/1.4em 'Lucida Sans Unicode', 'Lucida Sans', Verdana;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	color: #BF0033; 
	background-color: #fff; 
	z-index: 999;
}

#imageData{	padding:0 10px; color: #333333; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ 
display: block; clear: left; padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{
	position: relative;
	z-index: 1200;
  float: right; outline: none;
  margin-top:-5px;
}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 190; width: 90%; height: 100%; background-color: #a1a1a1; }