﻿#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: #888; width: 250px; height: 250px; border-top: 3px ridge #999; border-left: 3px ridge #999; border-right: 3px ridge #999; margin: 0 auto; }
#imageContainer { padding: 15px; }

#loading { position: absolute; top: 40%; left: 0%; height: 25%; 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; }

#nextLink { right: 0; float: right; background-position: right top; width: 49%; height: 100%; background-image: url(../lbimages/next.gif); display: block; background-repeat: no-repeat; }
#prevLink { left: 0; float: left; background-position: left top; width: 49%; height: 100%; background-image: url(../lbimages/prev.gif); display: block; background-repeat: no-repeat; }

#prevLink:hover, #prevLink:visited:hover { background: url(../lbimages/prevlabel.gif) left top no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lbimages/nextlabel.gif) right top no-repeat; }

#imageDataContainer { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; font-size: 12px; background-color: #888; border-left: 3px ridge #999; border-right: 3px ridge #999; border-bottom: 3px ridge #999; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding: 0 10px 3px 15px; color: #000; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { display: block; padding-bottom: 5px; }			
#imageData #bottomNavClose { width: 60px; float: right; outline: none; padding-top: 18px; margin-bottom: 5px; }

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