.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-size: 100% auto !important;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_tabs {
	list-style: none;
	top: 18px;
	right: 15%;
    position: absolute;
    z-index:10;
	height: 12px;
}

.rslides_tabs li {
	display: inline-block;
	float: none;
    height: 12px;
    width: 12px;
    margin: 0 5px;
}

.rslides_tabs a {
	background: rgba(255, 255, 255, 0.30);
    display: inline-block;
    height: 12px;
    width: 12px;
	text-indent: -10000px;
}

.rslides_tabs .rslides_here a {
	background: #f5a623;
}

.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 33px;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 46px;
	width: 46px;
	background: transparent url(../images/banner/prev.png) no-repeat left top;
	margin-top: -45px;
}

.rslides_nav:active {
	opacity: 1.0;
}

.rslides_nav.next {
	left: auto;
	right: 33px;
	background: transparent url(../images/banner/next.png) no-repeat left top;
}

@media only screen and (max-width : 767px)  { 

.rslides li {
	background-size: auto 100% !important;
}

}
