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

.rslides {
	/*max-width:1280px;*/
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	z-index:0;
	position: relative;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 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:20px;
	right:20px;
	z-index:2;
	padding:5px 5px 2px 5px;
	background:rgba(173,173,173,0.3);
}
ul.rslides_tabs li{
	width:20px;
	height:20px;
	display: inline-block;
	line-height:20px;
	list-style:none;
	margin:0 2px;
	overflow:hidden;
	position:relative;
}
ul.rslides_tabs li a{
	width:100%;
	height:100%;
	display:block;
	font-size: 12px;
	text-align:center;
	color:#FFF;
	background:#777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.rslides_tabs li:hover a, ul.rslides_tabs li.rslides_here a{
	color:#585858;
	background:#FFFF00;
}
.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;
}
}*/