.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index:1;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
 }

.rslides li a,
.rslides li a:hover {
	text-decoration:none;
}
 
.rslides li strong {
	display:block;
	padding:8px 58px 8px 18px;
	color:#fff;
	background:url(bg.png) center center repeat;
	position:absolute;
	left:0;
	bottom:30px;
}

.rslides li strong small {
	display:block;
	width:36px;
	height:100%;
	background:url(arrow.png) center left no-repeat;
	position:absolute;
	top:0;
	right:0;
}

.rslides li a strong small:hover {
	background:url(arrow.png) center right no-repeat;
}


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  
.rslides_tabs {
	position:absolute;
	z-index:50;
	right:11px;
	bottom:6px;
}

.rslides_tabs li {
	width:10px;
	height:11px;
	overflow:hidden;
	display:block;
	float:left;
	margin:0 0 0 5px;
}

.rslides_tabs li a {
	display:block;
	width:10px;
	height:11px;
	overflow:hidden;
	background:url(hero.png) top left no-repeat;
	text-indent:11px;
	font-size:1px;
	line-height:1px;
	text-decoration:none;
}

.rslides_tabs li.rslides_here a{
	background:url(hero_current.png) top left no-repeat;
}