/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	z-index:0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	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;
}
ul.rslides_tabs{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	text-align: right;
	z-index:4;
}
ul.rslides_tabs li{
	width:13px;
	height:13px;
	display: inline-block;
	list-style:none;
	margin:0 5px;
	overflow:hidden;
	position:relative;
	background: url(../../images/banner/slider-nav.png) no-repeat;
}
ul.rslides_tabs li a{
	width:100%;
	height:100%;
	display:block;
	text-indent:9999px;
}
ul.rslides_tabs li:hover{
	background-position:0 -13px;
}
ul.rslides_tabs li.rslides_here{
	background-position:0 -13px;
}
.rslides_nav{
	width:40px;
	height:40px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	top:50%;
	margin-top:-20px;
	z-index:50;
	-webkit-transition: all 200ms linear;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.rslides_nav:hover{
	opacity:0.6;
}
.rslides_nav.prev{
	left:10px;
	background:url(../../images/banner/prev.png) no-repeat;
}
.rslides_nav.prev:hover{
	background:url(../../images/banner/prev_.png) no-repeat;
}
.rslides_nav.next{
	right:10px;
	background:url(../../images/banner/next.png) no-repeat;
}
.rslides_nav.next:hover{
	background:url(../../images/banner/next_.png) no-repeat;
}
@media (max-width:650px) {
ul.rslides_tabs{
	position:absolute;
	bottom:0px;
	text-align:center;
	right:0;
	left:0;
	margin-right:0px;
	z-index:999;
}
}
@media (max-width: 600px) {
.rslides {
	width:600px;
	position: absolute;
	left:50%;
	margin-left:-300px;
}
}