#lightbox{
	position: absolute;
	top: 20px !important;  /* 40px */
	left: 0;
	width: 100%;
	z-index: 9100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
         /*original:FFF*/
	background-color: #0B2D35;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
/*original:10px*/
	padding: 1px;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../i/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, sans-serif;
         color: #FFFFFF;
         /*original:FFF*/
	background-color: #0B2D35;
	margin: 0 auto;
         padding:0;
	line-height: 1em  /* 1.4em;   */
	}

#imageData{
/*padding:0 10px*/
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
/*original:padding-bottom:1.0em*/
#imageData #numberDisplay{ display: block; clear: left; padding-bottom:0;	}
/*original:padding-bottom:0.7em*/
#imageData #bottomNavClose{ width: 66px; float: right;  padding:0;	}

#overlay{
	position: absolute;
	top: 0;
         bottom:0;
	left: 0;
         right: 0;
         z-index: 990;
	/*width: 100%;
	height: 500px;*/
         /*original:000*/
	background-color: #FFF;
         /*60 0.6 0.6*/
         filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
* html #overlay {
height:expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + "px");
width:expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + "px");
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
