/* General lightboxx CSS */
/* Note! Replace the path to the background images  with 
   absolute URI's in case your images are not showing! */
body{
	margin: 0;
	padding: 0;
	}

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

#lightboxx a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-bottom: 22px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 15%;
	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;}

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

#imageDataContainer{
	font: 10px Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	color: #585858;
	background-color: #fff;
	margin: 0 auto;
	line-height: 22px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ height: 22px; float: left; text-align: left; }	
#imageData #title{ padding-top: 4px; }

#imageData #bottomNavClose{ width: 66px; float: right; height: 22px; background: url(../images2/closer.gif) no-repeat; background-position: 1% 50%; padding-top: 5px; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	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 */
#lightboxxIframe {
	z-index: 20;
	display: block;
	border: none;
	border-top: 1px solid #ddd;
	height: 400px;
	width: 600px;
	overflow: auto;
	position: absolute;
	top: 10px;
	left: 10px;
	}
#lightboxxImage {
	position: absolute;
	top: 10px;
	left: 10px;
	}