/*! http://responsiveslides.com v1.55 by @viljamis */

.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;
}

.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}

.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}
.rslides_tabs{
	padding:0;
	margin:0;
	display:inline-block;
	margin-top: 8px;
} 
.rslides_tabs li{
	float:left;
	margin:3px;
}
.rslides_tabs li a{
	width:10px;
	height:10px;
	background:#fff;
	overflow:hidden;
	text-indent:9999px;
	display: block;
}
.rslides_nav {
	width:63px;
	height:63px;
	position:absolute;
	top:50%;
	margin-top:-31.5px;
	border-radius:50%;
	overflow:hidden;
	z-index:999;
	text-indent:9999px;
}	
.prev{
	background:url(../images/banner_prev.png) no-repeat;
	left:98px;
}
.next{
	background:url(../images/bannet_next.png) no-repeat;
	right:98px;
}
/*.caption{
	position:absolute;
	z-index:999;
}*/