#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 300px;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 50%;
	left: 0%;
	height: 100px;
	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: 20%;
	height: 20%;
	background: transparent url(../image/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink {
	left: 0;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	background-image: url(../image/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nextLink {
	right: 0;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	background-image: url(../image/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../image/prevlabel_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../image/nextlabel_red.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#imageDataContainer{
	background-color: #999999;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	}

#imageData{
	padding:0 10px;
	color: #FFFFFF;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}	
#imageData #caption{
	font-weight: normal;
	float: left;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{
	width: 50px;
	float: right;
	height: 10px;
	margin: 10px;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	}
	

/* 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 */ 
	
