/* CSS Document */

/****************************/
/* lightboxを使用するときに */
/* 使うスタイル　　　　　　 */
/****************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

/****************************/
/* 上の領域                 */
/****************************/
#outerImageContainer{ 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 50%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
/*Prevボタン*/
#prevLink { left: 0; float: left;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 30% no-repeat; }
/*Nextボタン*/
#nextLink { right: 0; float: right;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 30% no-repeat; }

/****************************/
/* 下の領域                 */
/****************************/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	font-size:small !important;
	>font-size:12px !important;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.5em;
	overflow: auto;
	width: 100%	;
}

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

/* テキストの幅 */
#imageData #imageDetails{
	width: 80%;
	_width: 78%;
	float: left;
	text-align: left;
}	

/*下部のテキスト*/
#imageData #caption{
	font-wieght: normal;
}

/*ページ数を表示*/
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding: 5px 0 1.0em 0;
}	
	
/*ボタンの設定*/
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

/*画像が表示されているときの背景（薄い色）*/
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }

/*個別設定*/
div.Gallery {
	height: 75px;
	margin: 250px 0 0 50px;
}

div.Gallery ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	font-weight: normal;
}
