#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: #000000; 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; }
#hoverNav{ position: absolute; left:539px; top:454px; height: 38px; width: 60px; z-index: 10; overflow:hidden}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; display: block;}
#prevLink { float: left; background-image:url(../images/prevlabel-off.gif); background-position:top; background-repeat:no-repeat;}
#nextLink { float: right; background-image:url(../images/nextlabel-off.gif); background-position:top; background-repeat:no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background-image:url(../images/prevlabel.gif); background-position:top; background-repeat:no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background-image:url(../images/nextlabel.gif); background-position:top; background-repeat:no-repeat;}

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

#imageData{	padding:14px; color: #666; background-image:url(../images/close_bg.gif); background-repeat:no-repeat; height:55px; margin-left:10px;}
#imageData #imageDetails{ width: 70%; float: right; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 131px; float: left;  padding-bottom: 0.7em; outline: none;}	 	

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

