#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: #fff; 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; }
#loading2{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hovernav { display: block; }
#hoverNav a{ outline: none;}

#prevLink, .prevLink { float: left; display: block; width:25px; height:25px; background:url(../images/controls.png) -75px 0px no-repeat; text-indent:-9999px;}
#nextLink, .nextLink { float: left; display: block; width:25px; height:25px; background:url(../images/controls.png) -50px 0px no-repeat; text-indent:-9999px;}
#bottomNavStop, .bottomNavStop { float: left; display: block; width:25px; height:25px; background:url(../images/controls.png) -125px 0px no-repeat; text-indent:-9999px;}
#bottomNavPlay, .bottomNavPlay { float: left; display: block; width:25px; height:25px; background:url(../images/controls.png) -100px 0px no-repeat; text-indent:-9999px;}
#zoomLink, .zoomLink { float: left; display: block; width:25px; height:25px; background:url(../images/controls.png) -150px 0px no-repeat; text-indent:-9999px;}
#prevLink:hover, #prevLink:visited:hover, .prevLink:hover, .prevLink:visited:hover { background-position:-75px -25px; }
#nextLink:hover, #nextLink:visited:hover, .nextLink:hover, .nextLink:visited:hover { background-position:-50px -25px; }
#bottomNavStop:hover, #bottomNavStop:visited:hover, .bottomNavStop:hover, .bottomNavStop:visited:hover { background-position:-125px -25px; }
#bottomNavPlay:hover, #bottomNavPlay:visited:hover, .bottomNavPlay:hover, .bottomNavPlay:visited:hover { background-position:-100px -25px; }
#zoomLink:hover, #zoomLink:visited:hover, .zoomLink:hover, .zoomLink:visited:hover { background-position:-150px -25px; }
#bottomNavClose{ display: block; width: 25px; height: 25px; float: right; background:url(../images/controls.png) -25px 0px no-repeat; text-indent:-9999px;}	 	
#bottomNavClose:hover, #bottomNavClose:visited:hover { background-position:-25px -25px; }	 	

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

#imageData{	padding:0 10px 10px 10px; color: #666; height: 25px; }
#imageData #hoverNav{ float: left; text-align: left; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; line-height: 25px; height: 25px; font-size: 12px; padding-left:10px; }			

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

