.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;
  width:100%;
  border:0
}

.rslides_tabs{
  position: absolute;
  bottom:61px;
  left: 0;
  right: 0;
  z-index: 23;
  text-align: center;
}

.rslides_tabs li{
  display:inline-block;
  vertical-align:top;
  font-size:0;
  margin: 0 2.5px;
}

.rslides_tabs li a{
  display:block;
  width: 14px;
  height: 14px;
  background:#fff;
  border-radius:50%;
}

.rslides_tabs li a:hover,.rslides_here a{
  background:#ee253d!important;
}

.rslides1_nav.prev{
  position:absolute;
  left:5%;
  top:50%;
  z-index:23;
  font-size:0;
  background:url(../images/sprite-minimalist.png)no-repeat;
  background-position: -0px -0px;
  width:24px;
  height:28px;
  opacity: 0.5;
}

.rslides1_nav.next{
  position:absolute;
  right:5%;
  top:50%;
  z-index:23;
  font-size:0;
  background:url(../images/sprite-minimalist.png)no-repeat;
  background-position: -0px -28px;
  width:24px;
  height:28px;
  opacity: 0.5;
}

.rslides1_nav.prev:hover,.rslides1_nav.next:hover{
  opacity:0.3
}
