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

#lightbox a img{ 	
	border: 1px solid #ff0; }

#outerImageContainer{
	position: relative;
	background-color: transparent;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 0px solid red}

#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, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("../imgs/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;}
	
#prevLink { left: 0px; float: left;}
#nextLink { right: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../imgs/prev_bg.gif") left 10% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../imgs/next_bg.gif") right 10% no-repeat; }


#imageDataContainer{
	width: 50%;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0px auto;
	padding-top: 5px;
	line-height: 1.4em;
	border: 0px solid purple;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;}

#imageData{
	padding:0 10px;
	border: 0px solid green;}
	
#imageData #imageDetails{ width: 80%; text-align: left; float: left; border: 0px solid yellow;}
#imageData #caption{border: 0px solid green; color: #ff0; font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; 1px solid pink;	}			
#imageData #bottomNavClose{ width: 36px; float: right; margin-top: 10px; padding-bottom: 0.7em; border: 0px solid red	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;}
	

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