
.btndiv {
	width:100%;
	float:left;
	height:28px;
	position:relative;
}
.btndiv strong {
	float:left;
	padding-left:10px;
	padding-top:4px;
}
a.abtn {
	display:block;
	height:42px;
	width:42px;
	position:absolute;
	overflow:hidden;
	background:url(../img/arrow.png) no-repeat;
	
	text-indent:-999em;
	outline:none;
}
a.aleft {
	right:40px;
	background-position:0 -50px;
}
a.agrayleft {
	cursor:default;
	background-position:0 0;
}
a.aright {
	right:10px;
	background-position:-50px 0;
}
a.agrayright {
	cursor:default;
	background-position:-50px -50px;
}
.uldiv {
	width:560px;
	
	margin:0px auto;
	position:relative;
	text-align:center;
	
}
.scrollcontainer {
	width:560px;
	height:700px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.scrollcontainer ul {
	width:200000px;
	position:absolute;
	left:0px;
	top:0px;
}
.scrollcontainer li {
	width:560px;
	height:700px;
	float:left;
}
.scrollcontainer li img{
	width:560px;
	height:700px;

}