﻿@charset "utf-8";
/* CSS Document */
li {
	list-style-type:none;
}
#slideshow .slides-nav li {   
	float: left;
	margin-right: 5px;  
}  
#slideshow .slides-nav li a {
	display: block;
	overflow: hidden;
	background: url(../image/btn.gif) no-repeat;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	margin-bottom: 5px;
}  
#slideshow .slides-nav:after {
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}  
.js #slideshow .slides-nav li.on,  
.js #slideshow .slides-nav li.on a {
	background-image: url(../image/btn_on.gif);
	background-repeat: no-repeat;
}  
div.slides ul {
/*	width:380px;*/
	padding-left: 0px;
	padding-right:10px;
}
#slide-one img,#slide-two img,#slide-three img {
	/*	display:block;*/
	margin-left:10px;
	border:0;
	margin-bottom: 60px;
/*	width:320px;
	height:100px;*/
}
