#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#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: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-top: 25px;
}

#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;
}

#hoverNav a { 
	outline: none;
}

#bottomNavClose { 
	width: 25px;
	float: right;
	position: absolute;
	top: 5px;
	right: 0px !important;
	text-align: right;
	padding: 0 0 0 10px;
	margin-right: 10px;
	background: #ffffff !important;
	z-index: 500;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#bottomNavClose:hover { 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	width: 100%;
	display: block;
	background-color: #ffffff;
}

#imageData {
	padding:0;
	background-color: #ffffff;
	width: 99.9%;
	margin-left:0px;
	float: left;
	display: block;
	text-align: center;
}

#imageData #imageDetails { 
	width: 95%;
	text-align: center;
	margin: 7px; 
	background-color: #ffffff;
	min-height: 38px;
}	

#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#prevLink, #nextLink {
	width: 50px;
	height: 50px !important;
	/*background: url(/images/lightbox/blank.gif) no-repeat;*/
	display: block;
	position: relative;
	margin-top: -50px;
}

#prevLink:link, #prevLink:visited {
	left: 1px;
	float: left;
	background: url(/images/lightbox/prev.gif) #ffffff left no-repeat !important; 
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#nextLink:link, #nextLink:visited { 
	right: 1px;
	float: right;
	background: url(/images/lightbox/next.gif) #ffffff right no-repeat !important;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(/images/lightbox/prev.gif) left no-repeat; 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#nextLink:hover, #nextLink:visited:hover { 	
	background: url(/images/lightbox/next.gif) right no-repeat; 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; 
}

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