#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 8px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav {
	height: 23px;
	clear: none;
	float: right;
}
#bottomNav {
	height: 23px;
	float: right; 
	clear: none;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink, #downloadLink{
	display: block;
	clear: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none;
}
#prevLink { 
	float: right;
	height: 23px;
	width: 20px; /*40px*/
	background: url(/images/icons/smback.gif);
	background-position: left;
	background-repeat: no-repeat; 
}
#nextLink { 
	float: right; 
	height: 23px;
	width: 20px; /*40px*/
	background: url(/images/icons/smnext.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#downloadLink { 
	float: right; 
	height: 23px;
	width: 20px; /*40px*/
	margin-right: 20px;
	background: url(/images/icons/smdownload.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(/images/icons/smback.gif);
	background-position: left;
	background-repeat: no-repeat; 
	color: #999999;
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(/images/icons/smnext.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #999999;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	vertical-align: top;
	padding: 0px;
}

#imageData{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
#imageData #imageDetails{ 
width: 100% !important;
width: 94%;
float: left; 
text-align: left;
vertical-align: top; }	
#imageData #caption{ width: 100%; font-weight: bold; float: left; text-align: left; }
#imageData #numberDisplay{ display: block; clear: left; float: left; width: 100px; height: 15px; padding-bottom: 10px; padding-top: 4px; }
		
#imageData #bottomNavClose{ 
	height: 23px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #666666; 
	width: 24px; /*50px*/
	text-decoration: none;
	vertical-align: top;
	display: block;
	float: right;
	padding-left: 10px;
	background: url(/images/icons/smclose.gif);
	background-position: right;
	background-repeat: no-repeat;
}	
#bottomNavClose:hover, #bottomNavClose:visited:hover { 
	color: #999999;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	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 */
	}	
	