@charset "utf-8";

#lightbox	{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 300;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a {
	border: none;
	background-color: #ffffff;}
}

#lightbox a img {
	border: none;
}

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

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 210;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}


#imageDataContainer {
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #ffffff;
	overflow: auto;
	width: 100%	;
	font-family: "Lucida Grande", 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/* for WinIE6*/
* html #imageDataContainer {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
}
/* for WinIE7*/
*:first-child+html #imageDataContainer {
	font-family: 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}


#imageData {
	padding:0 10px;
	color: #666666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: normal;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-top: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 290;
	width: 100%;
	height: 500px;
	background-color: #999999;
}
