#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox img{ border: 1px solid #666; }

#lightbox-inner
{
	width: 400px;
	margin: 0 auto;
	background: #fff;
	border: 4px solid #666;
}

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
	}

#imageContainer{
	padding: 10px;
	text-align: center;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loading img{border: none;}
#hoverNav{
	text-align: right;
	position: relative;
	/* top: 15px; */
	}
#hoverNav a, #hoverNav a:visited
{
	/* color: #fff !important; */
	text-decoration: none;
}
#hoverNav a:hover
{
	text-decoration: underline;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	color: #fff;
	position: relative;
	background: #fff;
	}

#imageData{
	padding: 0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption
{
	font-weight: bold;
	text-align: left;
}
#imageData #numberDisplay{ display: none;}			
#imageData #bottomNavClose
{
	display: block;
	color: #000 !important;
	text-align: right;
	text-decoration: none;
	font-size: 1.2em;
	padding-bottom: 0.7em;
}	
#imageData a#bottomNavClose:hover
{
	text-decoration: underline;
}

#imageData #bottomNavClose img
{
	border: none;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: transparent;
	}
	

.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 */
	}	
	

