.slider {
	position: relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	height: 426px;
}
a.rslides_nav {
	position: absolute;
	z-index: 99;
	top: 35%;
	font: normal 45px/normal simsun;
	text-decoration:none;
}
a.rslides_nav.next {
	background: #000;
	_background:#f3c768;
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 30px;
	right: 0;
}
a.rslides_nav.prev {
	background:#000;
	_background:#f3c768;
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 30px;
	left: 0;
}
ul.rslides_tabs {
	width:150px;/*----中间宽度------*/
	margin:-30px auto 0 auto;/*----上下位置------*/
	padding: 0px;
	position: relative;
	height: 10px;
}
ul.rslides_tabs li {
	display: inline-block;
	float:left;
	background: none;
	width: 15px;/*----宽度------*/
	height: 10px;
	padding: 0px;
	margin: 0px 5px 0px 0px;/*----间距------*/
	vertical-align: top;

}
ul.rslides_tabs li a {
	display: block;
	padding: 0px;
	background: #f00;/*----颜色------*/
	margin: 0px;
	height: 15px;/*----高度------*/
	line-height: 0px;
	text-indent: -9999px;
        border-radius:8px 8px 8px 8px;/*----圆角------*/
}
ul.rslides_tabs li.rslides_here a {
	text-indent: -9999px;
	background: #e09410;/*----当前颜色------*/
	padding: 0px;
	margin: 0px;
	height: 15px;/*----当前高度------*/
	display: block;
	line-height: 1px;
}