/* 
This lightbox.css file has been modified from the original.
By Nicolae Herrera | nicolae@auramg.com

For the original version, visit:
http://huddletogether.com/projects/lightbox2/

*/

#lightbox a:hover {
	color:#fff;
}

#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:150px;
	height:150px;
	margin:0 auto;
	padding:64px 30px 30px 30px;
	/*border:2px solid #fff;*/ /* NH, 12/5: removed per client request */
}

#imageContainer {
	padding:0;
}

#loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#hoverNav {
	position:absolute;
	top:20px;
	right:55px;
	z-index:10;
}
	
#imageData #bottomNavClose { 
	position:absolute;
	top:20px;
	right:0;
	float:right;
	background:#000;
}

	
#hoverNav a { 
	float:left;
	display:block;
	padding-right:0;
	text-decoration: none;
	outline:none;
}

#lightboxImage {
	border:1px solid #666;
}


#prevLink {
	margin-right:8px;
}

#nextLink { }

#imageDataContainer {
	position:absolute;
	top:0;
	left:31px; 
	font:11px Verdana, Helvetica, sans-serif;
	color:#ccc;
	margin:0 auto;
	line-height:1.4em;
/* could apply width to try to eliminate overlay of caption and nav */
	margin: 0 auto;
	padding:0 0 0 0;
}

#imageData {
	padding:17px 0 0 0
}


#imageData #imageDetails { 
	width:100%; 
	float:left; 
	text-align:left;
}	

#imageData #caption {
	font-weight:400;
	background:#000;
	padding:0 50px 0 0;
}

#imageData #caption a {
	text-decoration:underline;
}

#imageData #numberDisplay {
	display:none; /* NH */ 
	clear:left; 
	padding-bottom:1.0em;	
}			
		
#overlay {
	position:absolute;
	top:0;
	left: 0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.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 */
}	
	