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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	border: none;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 1px;
	}

#loading{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-top: -16px;
	margin-left: -16px;
	padding: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a, #bottomNav 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;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel2.png) left 15% no-repeat; filter: alpha(opacity=60); }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel2.png) right 15% no-repeat; filter: alpha(opacity=60); }

#bottomNav{
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	width: 25px;
	z-index: 11111;
	border: none;
	}
#bottomNavClose{ 
	width: 25px;
	height:	25px;
	padding: 0; 
	margin: 0;
	text-align: right; 
	font-size: 9px; 
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	filter: alpha(opacity=60);
	display: block;
	}	
#bottomNavClose:hover, #bottomNavClose:visited:hover { 
	background: transparent url(../images/close2.gif) right 0 no-repeat; 
	filter: alpha(opacity=100);
	}

#imageDataContainer{
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background-color: transparent;
	border: none;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
	}

#imageData{
	padding: 0;
    padding-left: 5px;
	margin: 0;
	}
#imageData #imageDetails{ width: 95%; float: left; text-align: left; padding-bottom: 3px; padding-top: 3px;}	
#imageData #caption{ font-weight: bold; color: #fff;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 2px; font-size: 10px; font-weight: normal; color: #777; }		
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19000;
	width: 100%;
	height: 500px;
	background-color: #111;
	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 */
	}	
	