@charset "UTF-8";
/* _____ lightbox style _____ */

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

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 20px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 10;
}

#imageContainer > #hoverNav {
	left: 0;
}

#hoverNav a {
	display: block;
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	font-size: 10px;
	line-height: 1;
}

a#prevLink, a#nextLink {
}

a#prevLink:hover, a#nextLink:hover {
	background-position: 50% -20px;
}

a#prevLink {
	float: left;
	background-image: url(../img/lightbox/prev.gif);
}

a#nextLink {
	float: right;
	background-image: url(../img/lightbox/next.gif);
}


#imageDataContainer {
	background-color: #000;
	color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 20px 10px;
}

#imageData #imageDetails {
	width: 80%;
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#imageData #caption {
	font-weight: 1em;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding: 0 0 5px;
	color: #999;
	font-size: 0.83em;
}

#imageData #bottomNavClose {
	width: 20px;
	float: right;
	padding: 0 0 10px;
}
	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

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