#lightbox{
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#navContainer{
	position: relative;
	background-color: #ededed;
	height: 28px ;
	border-bottom: 1px solid #b6b6b6 ;
	margin: 0 auto;
	text-align: right ;
	}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 349px;
	margin: 0 auto;
	}


#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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}



#imageDataContainer{
	font: 11px Arial,Verdana, Helvetica, sans-serif;
	font-weight: normal ;
	color: #686868 ;
	background-color: #ededed;
	height: 37px ;
	border-top: 1px solid #b6b6b6 ;
	margin: 0 auto;
	text-align: center ;
	line-height: 37px;
	}

#imageData{
	padding:0 10px;
	}
	
		
#overlay{
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 90;
	width: 99.4%;
	height: 349px;
	background-color: #aaa;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	

.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 */
	}	
	