.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:250px;
	margin:-20px auto 0 auto;
	padding: 0px;
	position: relative;
	height: 10px;
}
ul.rslides_tabs li {
	display: inline-block;
	float:left;
	background: none;
	width: 40px;
	height: 10px;
	padding: 0px;
	margin: 0px 1px 0px 0px;
	vertical-align: top;
}
ul.rslides_tabs li a {
	display: block;
	padding: 0px;
	background: #5c5a5e;
	margin: 0px;
	height: 10px;
	line-height: 0px;
	text-indent: -9999px;
}
ul.rslides_tabs li.rslides_here a {
	text-indent: -9999px;
	background: #0dbdd7;
	padding: 0px;
	margin: 0px;
	height: 10px;
	display: block;
	line-height: 1px;
}