.rslides {
	list-style: none; margin: 0px; padding: 0px; width: 100%; overflow: hidden; position: relative;
}
.rslides > li {
	left: 0px; top: 0px; width: 100%; display: none; position: absolute; -webkit-backface-visibility: hidden;
}
.rslides > li:first-child {
	float: left; display: block; position: relative;
}
.rslides img {
	border: 0px currentColor; border-image: none; width: 100%; height: auto; float: left; display: block;
}
.rslides_nav {
	background: url("../images/responsive-slides/arrows.gif") no-repeat left top; left: 0px; top: 50%; width: 38px; height: 61px; overflow: hidden; text-decoration: none; margin-top: -45px; position: absolute; z-index: 99; opacity: 0.7; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rslides_tabs {
	padding-top: 15px; padding-bottom: 10px; padding-left: 0px;
}
.rslides_tabs li {
	margin-right: 5px; display: inline-block; list-style-type: none;
}
.rslides_tabs li.rslides_here a {
	background: rgb(51, 51, 51);
}
.rslides_tabs li a {
	background: rgb(204, 204, 201); border-radius: 30px; width: 15px; height: 15px; text-indent: -9999px; overflow: hidden; margin-right: 10px; display: inline-block; -moz-border-radius: 30px; -webkit-border-radius: 30px;
}
.rslides_nav.next {
	background-position: right top; left: auto; right: 0px;
}
