/* General Lightbox CSS */
/* Note! Replace the path to the background images with 
   absolute URI's in case your images are not showing! */
#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-bottom: 30px;
	}

#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;
	}
#imageContainer>#hoverNav{ left: 0; }
#hoverNav a{ outline: none;}

#prevLink { 
	left: 0; 
	float: left;
	display: block;
	background: url(../images/rew-light.gif) no-repeat;
	background-position: 2px 2px;
	width: 32px;
	}

#nextLink { 
	right: 0; 
	float: right;
	display: block;
	background: url(../images/fwd-light.gif) no-repeat;
	background-position: -2px 2px;
	width: 32px;
	}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/rew-light-on.gif) no-repeat; background-position: 2px 2px; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/fwd-light-on.gif) no-repeat; background-position: -2px 2px; }

#numberDisplay{ display: block; text-align: center; font: 14px Arial, Helvetica, sans-serif; font-weight: bold; padding-top: 14px; color: #666; }			

#imageDataContainer{
	font: 24px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ddd;
	margin: 0 auto;
	line-height: 40px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; padding-top: 12px; }
#imageData #bottomNavClose{ width: 32px; float: right; height: 32px; background: url(../images/closer.gif) no-repeat; background-position: 1% 50%; padding-top: 10px; }	
#imageData #bottomNavClose:hover{ width: 32px; float: right; height: 32px; background: url(../images/closer-on.gif) no-repeat; background-position: 1% 50%; padding-top: 10px; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	/* Remove the next 3 lines to validate as CSS2 */
	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 */
	}	

/* Iframe CSS */
#lightboxIframe {
	z-index: 20;
	display: block;
	border: none;
	border-top: 1px solid #ddd;
	height: 400px;
	width: 600px;
	overflow: auto;
	position: absolute;
	top: 40px;
	left: 10px;
	}
#lightboxImage {
	position: absolute;
	top: 40px;
	left: 10px;
	}