#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 92; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; z-index: 95; }
#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; }
#hoverNav, #hoverNavBottom { position: absolute; top: 0; left: 0; height: 1%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav, #imageContainer>#hoverNavBottom{ left: 0;}
#hoverNav input, #hoverNavBottom input{ outline: none; }

#prevLink, #nextLink{  }
#prevLink, #bottomPrevLink { margin-top: 15px; margin-left: 10px; left: 0; float: left; }
#nextLink, #bottomNextLink { margin-top: 15px; margin-right: 10px; right: 0; float: right; }

/* Top */
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; height: 40px; width: 100%; padding-top:18px; z-index: 98; }


#imageData{	padding:0 10px; color: #333; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display:none; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 168px; float: right;  padding-bottom: 0.7em; outline: none;}	

/* Bottom */
#imageDataContainerTwo{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; height: 40px; overflow: auto; width: 100%	; padding-top:10px; }

#imageDataContainerTwo input {
  height: 25px;
}

#imageDataTwo{	padding:0 10px; color: #666; }
#imageDataTwo #imageDetailsTwo{ width: 70%; float: left; text-align: left; }	
#imageDataTwo #captionTwo{ font-weight: bold;	}
#imageDataTwo #numberDisplayTwo{ display:none; padding-bottom: 1.0em;	}			
#imageDataTwo #bottomNavCloseTwo{ width: 168px; float: right;  padding-bottom: 0.7em; outline: none;}


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


#hoverNav {
height: 40px;
margin-top: -40px;
background-color: white;
}

#hoverNavBottom {
height: 34px;
margin-top: 0px;
background-color: #fff;

}