@charset "utf-8";
@import "common/base.css";
/*===========================================================
  - gallery.css
============================================================*/
div#gNaviWrap li#gNvBtn02 a{background-position:-60px -20px;}

#mainWrap {
	width: 950px;
	text-align: center;
	padding: 10px 0; 
}

#galleryWrap {
	width: 800px;
	height: 533px;
	margin: 50px auto;
	position: relative;
}
div.slideshow {
	width: 800px;
	height: 533px;
	position: relative;
	margin: 0 auto;
}

span.image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow-container {
	display:block;
	padding: 0;
	margin: 0;
}
div.photo-index {
	float: right;
	text-align: left;
	font-size: 12px;
	line-height: 2.5em;
	color: #666;
	font-family:"Times New Roman", Times, serif;
}

div#topBtn {
	position: relative;
	margin: 0 auto;
	
}
a.next, a.prev {
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	z-index: 1000;
}
a.next {
	right: 350px;
	float:right;
	background: url(../img/common/arrow_right.gif) no-repeat 0;
}
a.prev {
	left: 350px;
	float: left;
	background: url(../img/common/arrow_left.gif) no-repeat 0;
}
div.image-title {
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 2.5em;
	color: #666;
	position: absolute;
	font-family:"Times New Roman", Times, serif;
}
div.caption-container {
	position: relative;
	clear: left;

}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}

