.rslides {
	display: block;
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.rslides::after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
ul.rslides li {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.rslides li img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.rslides_tabs {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px rgb(0, 0, 0) inset;
	font-size: 18px;
	list-style: outside none none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	background: transparent none repeat scroll 0 0;
	display: inline;
	height: auto;
	line-height: 20px;
	padding: 9px 20px;
	width: auto;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
}
