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

.rslides {
	max-width:1200px;
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}
.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{
	width:100%;
	position:absolute;
	bottom:-40px;
	text-align:center;
}
ul.rslides_tabs li{
	width:11px;
	height:11px;
	display: inline-block;
	list-style:none;
	background:#CCC;
	margin:0 3px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../../data/banner/slider-nav.png) no-repeat;
}
ul.rslides_tabs li a{
	width:100%;
	height:100%;
	display:block;
}
ul.rslides_tabs li:hover{
	background-position:0 -11px;
}
ul.rslides_tabs li.rslides_here{
	background-position:0 -11px;
}
.rslides_nav{
	width:40px;
	height:79px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	top:50%;
	margin-top:-38px;
	z-index:50;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rslides_nav:hover{
	opacity:0.6;
}
.rslides_nav.prev{
	left:0px;
	background:url(../../data/banner/prev.png) no-repeat;
}
.rslides_nav.next{
	right:0px;
	background:url(../../data/banner/next.png) no-repeat;
}