.container {
	margin: 0 0;
	width: 290px;
	overflow: hidden;
	position: relative;
}
.inner {
	position: relative;
	width: 9999px;
	left: 0;
	top: 0;
}
.innerwraper {
	float: left;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: "";
	height: 0;
}
a {
	text-decoration: none;
}
.left-arrow {
	position: absolute;
	left: 0;
	top: 40%;
	width: 10%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
}
.right-arrow {
	position: absolute;
	right: 0;
	top: 40%;
	width: 10%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
}
.pagination{
	position: absolute;
	bottom: 10px;
	right:10px;
	width: 100%;
	text-align: right;
}
.pagination span{
	display: inline-block;
	width: 13px;
	height: 13px;
	background:url('../images/sbanner-index.png');
	cursor: pointer;
	margin-left:2px;
}
.pagination .active{
	background:url('../images/sbanner-index2.png');
}