#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; top: 20px; }
#lightbox a img { border: none; }
#top { margin-bottom: 20px; }
#controls { margin-left: auto; margin-right: auto; overflow: hidden; background-color: #ffffff; }
#prev, #next { float: left; width: 63px; }
#prevLink, #nextLink { width: 63px; height: 32px; display: block; }
#prevLink { background: url(/images/lightbox/prevlabel.gif) left no-repeat; }
#nextLink { background: url(/images/lightbox/nextlabel.gif) right no-repeat; }
#close { overflow: hidden; position:relative; float: right; width: 55px; height: 22px; }
#closeLink { 
	/*float: right; 
	width: 45px; 
	height: 22px; */
	display: block; 
	background: url(/images/lightbox/closelabel.gif) top left no-repeat; 
	margin:0 10px 10px 0;
	padding:22px 0 0 0;
}
#thumbs { float: left; width: 32px; height: 32px; overflow: hidden; margin: 5px; }
#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin:0 auto; }
#thumbSelect { border: solid 1px #000000; height: 30px; width: 30px; position: absolute; float: left; }
.thumb { margin: 5px; width: 32px; height: 32px; float: left; }
#imageContainer { padding: 10px; }
#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; }
#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; color: #666; text-align: center; }
#imageData #imageDetails { text-align: center; display: none; }
#imageData #caption { font-weight: bold; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose { width: 66px; float: right; padding-bottom: 0.7em; }
#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; /*background-color: #000;*/
	/*background-color: #53788D;*/
	background-color: #CCCCCC; /*#ffe49d;*/ }
