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

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	/*margin: 20px 10px 12px 10px;*/
}
.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:-30px;
	right:0px;
	text-align:center;
	z-index:0;
}
ul.rslides_tabs li{
	width:14px;
	height:14px;
	display: inline-block;
	list-style:none;
	background:#CCC;
	margin:0 3px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../../data/wrapper/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 -14px;
}
ul.rslides_tabs li.rslides_here{
	background-position:0 -14px;
}