@charset "UTF-8";
/* CSS Document */

/* @group util */

.cbox { 
	zoom: 100%;
}

.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

/* @end */

#slideshow {
	background: url(../../index_visual/base.png) no-repeat 0 bottom;
	width: 910px;
	height: 390px;
	padding: 8px 20px 0 20px;
}

#slides {
	width:910px;
	height: 340px;
	position: relative;
	overflow: hidden;
}

/* @group slides nav */

.thumnail_area {
	display: none;
}


.slides_container {
	height: 51px;
	overflow: hidden;
	width: 840px;
	margin: 0 auto;
}

#nav {
	position: relative;
	left: 0px
	height: 51px;
	white-space: nowrap;
}

#nav li {
	display:inline;
	padding: 0 8px;
}

#nav img {
}


/* @end */

/* @group arrow
 */

#thum_arrow {
	position: relative;
}

#thum_arrow .bt_left {
	float: left;
	margin-top: 18px;
}

#thum_arrow .bt_right {
	float: right;
	margin-top: 18px;
}

/* @end */

/* @group bottom */
.thumnail_area {
	clear: both;
}

.open_bt {
	clear: both;
	margin: 10px 0 0 0;
}


.slide_bottom_nav {
	float: right;
	margin: -20px 0 0 0;
}

.slide_bottom_nav li {
	display: inline;
	width: 22px;
	padding: 0 5px;
	height: 9px;
}

/* @end */
