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

#outerImageContainer{ position: absolute; background-color: #464c58; width: 385px; height: 385px; left:233px; top:124px; margin: 0 auto; }
#imageContainer{ padding: 0px; }

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


#prevLink, #nextLink{position:absolute; top:10px; z-index:3000; width: 15px; height: 25px;  }
#prevLink { right: 30px; background: url(../images/prevlabel.gif) no-repeat;}
#nextLink { right: 10px; background: url(../images/nextlabel.gif) no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabelwhite.gif) no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabelwhite.gif) no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #464c58; position:absolute; left:233px; top:399px; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; height:50px; overflow:hidden; z-index:2500;}
#imageData #imageDetails{ padding-right:50px; width: 70%; padding-top:7px; float: right; text-align: right; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{float: left;  padding: 10px; outline: none;}	 	

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


