@charset "euc-jp";

#imgbase{ 
	position: relative; 
	overflow:hidden; 	
	width:530px;
	height:280px;
	padding:0 0 9px 0;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
#fadewrapper {
    float: left;
	width: 530px;
    height: 220px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#mainscreen {
	position: relative;
	overflow:hidden; 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainscreen li {
	float: left;
	width:530px;
	height:220px;
	margin: 0;
	padding: 0;
	border: none;
}
#mainscreen li img{
	border-style: none;
}
#mainscreen li a img{
	border-style: none;
}
#imglist{
    float:left;
    position:relative;
    margin: 0;
    padding: 0;
    width:530px;
    height:70px;
	display: inline;
	font-size: 0;
}
#imglist li{
	float:left;
	position:relative;
    width:135px;
    height:70px;
    list-style:none;
}
#imglist a{
    border:none;
    overflow: hidden;
    float: left;
	cursor:default;
}
#imglist a img{
    border:none;
}

#prev_btn {
position:absolute;
left:0px;
bottom:0px;
}

#next_btn {
position:absolute;
right:0px;
bottom:0px;
}