.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin:0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	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;
}
.rslides_container {
	margin-bottom:0px;
	position: relative;
	float: left;
	width: 100%;
}
.centered-btns_nav {
	z-index: 20;
	position: absolute;
	top: 50%;
	left: 0;
	text-indent: -9999px;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.centered-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs {
	margin:0;
	z-index:1000;
	position:relative;
}
.centered-btns_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
}
.centered-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	width: 5px;
	height: 5px;
}
.centered-btns_here a {
	background: none;
}
