#lightbox{
	position: fixed;
	top: 35%;
	left: 0;
	width: 100%;
	margin-top: -185px;
	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: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0px;
	}

#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: 90%;
	width: 5em;
	z-index: 110;
	margin-top: 0.75em;
	line-height: normal;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 8pt;
	}
* html #hoverNav a {
	position: absolute; /* for WinIE6 */
	}
#prevLink {
	left: 500px;
	}
#nextLink {
	right: 500px;
	}


#imageDataContainer{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	line-height: 1.3;
	font-size: 8pt;
	}

#imageData{
	padding: 9px 0;
	}
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{
	display: block;
	font-weight: normal;
}
#imageData #numberDisplay{ display: block; font-size: 75%;	}			
#imageData #bottomNavClose{ float: right; }	
		
#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 */
	}	
	