#lightbox{
	position: fixed;
	top: 30%;
	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: #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{
	font-size: 30%;
	position: fixed;
	top: 50%;
	width: 5em;
	z-index: 110;
	margin-top: 0.75em;
	line-height: 1.5em;
	padding: 5px;
	background: #909090;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
* html #hoverNav a {
	position: absolute;	/* for WinIE6 */
	}

#prevLink { 
	left: 0;
	}
#nextLink { 
	right: 0;
	text-align: right;
	}

#imageDataContainer{	/* キャプションのフォントサイズ */
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	line-height: 1.3;
	}

#imageData{
	padding:10px 0;
	}
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{ display: block; font-weight: bold;	}
#imageData #caption p{ color: white; text-decoration: none; }
#imageData #caption a span {color: red;}
#imageData #numberDisplay{ display: block; font-size: 90%;	}			
#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 */
	}	
	