#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9999!important;
	background:url(../images/lightbox_back.jpg) no-repeat center top;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	margin:0;
	padding:30px 20px 20px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height:15px;
	width:75px;
	background:none;
	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{
	position:absolute;
	top:20px;
	width: 48%;
	height: 100%;
	padding-top:10px;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	}
#prevLink { left:0; float: left; background: url(../images/prevlabel.gif) right bottom no-repeat; margin-top:25px; text-align:right;}
#nextLink { right:0; float: right; background: url(../images/nextlabel.gif) left bottom no-repeat; margin-top:25px; text-align:left;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 100% no-repeat; }*/
/*#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 100% no-repeat; }*/


#imageDataContainer{
	margin: 0 auto;
	padding-top:10px;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ padding:10px 24px 0px 10px; font-weight: bold;	}
#imageData #numberDisplay{ display: block; padding:0px 10px 10px 10px; }			
#imageData #bottomNavClose{ float: right; width:84px; height:10px; padding:15px 0 0; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999!important;
	width: 100%;
	height: 500px;
	background-color: #22314e;
	}
	
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}

/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 