#lightbox{
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -200px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
* html #lightbox {
	position: absolute; /* for WinIE6 */
	}
#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 10px;
	}

#loading{
	position: fixed;
	top: 50%;
	left: 0%;
	height: 25%;
	width: 100%;
	margin-top: -16px;
	text-align: center;
	line-height: 0;
	}
* html #loading {
	position: absolute; /* for WinIE6 */
	}
#hoverNav a {
	position: fixed;
	top: 45%;
	width: 5em;
	z-index: 110;
	margin-top: 0.75em;
	line-height: 1.5em;
	padding: 5px;
	background: #fff;
	color: #666;
	text-decoration: none;
	font: 10px "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN";
	font-weight: bold;
	}
* html #hoverNav a {
	position: absolute; /* for WinIE6 */
	}
#prevLink {
	left: 25%;
	text-align: left;
	}
#nextLink {
	right: 25%;
	text-align: right;
	}


#imageDataContainer{
	font: 10px "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN";
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.3;
	}

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ display: block; font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
		
#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 */
	}	
	
