@charset "utf-8";

#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: #000000 url(../images/diag-border.png) top repeat-x; 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; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a		{ outline: none; }

#prevLink, #nextLink	{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink		{ left: 0; float: left; }
#nextLink		{ right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer	{ font-size: 18px; color: #996666; font-family: Jupiter, Jupiter Web, sans-serif; background: #000000 url(../images/diag-border.png) bottom repeat-x; margin: 0 auto; overflow: auto; line-height: 20px; width: 100%; font-weight: normal; }

#imageData		{ padding:0 10px; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right; padding-bottom: 0.7em; outline: none; }	 	

#overlay		{ position: absolute; top: 0; left: 0; z-index: 99; width: 100%; height: 500px; background: #000; filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); opacity: 0.8; }

.dhtmlwindow		{ position: absolute; border: 2px solid #454545; visibility: hidden; background: #000; z-index: 10; }
.drag-handle		{ padding: 1px; text-indent: 3px; font: bold 14px Verdana, Geneva, sans-serif; background: #cfcfcf; color: #fff; cursor: move; overflow: hidden; width: auto; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; z-index: 10; }
.drag-handle .drag-controls { position: absolute; right: 1px; top: 2px; cursor: hand; cursor: pointer; }
* html .drag-handle	{ width: 100%; }
.drag-contentarea	{ border-top: 1px solid #000; color: #000; height: 150px; padding: 2px; overflow: auto; }
.drag-statusarea	{ border-top: 1px solid gray; background: #F8F8F8; height: 13px; }
.drag-resizearea	{ float: right; width: 13px; height: 13px; cursor: nw-resize; font-size: 0; }
#interVeil		{ position: absolute; /* background: black url(blackdot.gif); */ width: 10px; left: 0; top: 0; z-index: 5; visibility: hidden; filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); opacity: 0.8; }
