@charset "utf-8";

html{
overflow:hidden;
}

body {
background-color:#fff;
}

/* page container */
#wrapper {
width:660px;
margin:0 auto;
}

/* flash container */
#flash {
width:612px;
height:487px;
margin:0 auto 11px;
}
#flash p {
padding-top:224px;
font-size:1.2em;
text-align:center;
}

/* close */
#wrapper .close {
font-size:1.2em;
font-weight:bold;
text-align:center;
}

/* Javascript Photo  */
.album_box01{
	width:660px;
	margin:0px -24px;
}

.album_box01 .photo{
	width:560px;
	height:395px;
	position:relative;
	margin:0px auto;
	z-index:100;
}

.album_box01 .photo li{
	position:absolute;
	left:0px;
	top:0px;
}

.album_box01 .photo_arrow{
	z-index:50;
	position:absolute;
	width:660px;
	height:395px;
	left:50%;
	top:0px;
	margin-left:-330px;
}

.album_box01 .photo_arrow li{
	overflow:hidden;
	text-indent:-200px;
	font-size:0px;
	cursor:pointer;
	position:absolute;
	height:295px;
	width:50px;
	background:url(../img/arrow01.png) no-repeat;
}

.album_box01 .photo_arrow li.prev{
	position:absolute;
	left:0px;
	top:50px;
	background-position:0px 50%;
}

.album_box01 .photo_arrow li.next{
	position:absolute;
	right:0px;
	top:50px;
	background-position:100% 50%;
}

.album_box01 .thumbnail{
	position:relative;
	width:558px;
	height:76px;
	overflow:hidden;
	margin:0px auto;
	border-left:1px solid #E7E4D6;
	border-right:1px solid #E7E4D6;
}

.album_box01 .thumbnail ul li{
	width:78px;
	height:55px;
	float:left;
	background:#E7E4D6;
	padding:9px 0px;
	padding-left:8px;
	padding-right:7px;
}

.album_box01 .thumbnail ul li img{
	background:#fff;
	padding:1px;
	border:2px solid #CAC1B3;
	cursor:pointer;
}

.album_box01 .thumbnail ul .select img{
	border-color:#AE8355;
}

.album_box01 .thumbnail_arrow{
	position:absolute;
	width:660px;
	height:73px;
	top:395px;
	overflow:hidden;
}

.album_box01 .thumbnail_arrow li{
	font-size:0px;
	cursor:pointer;
	position:absolute;
	width:50px;
	height:73px;
	background:url(../img/arrow02.png) no-repeat;
}

.album_box01 .thumbnail_arrow li.prev{
	position:absolute;
	left:0px;
	top:0;
	background-position:0px 50%;
}

.album_box01 .thumbnail_arrow li.next{
	position:absolute;
	right:0px;
	top:0;
	background-position:100% 50%;
}


