.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 {
  list-style: none;
  width: 100%;
  position:absolute;
  left:0px; bottom:5px;
  z-index:2;
  text-align:left;
}

.rslides_tabs li {
  display: inline;
  float: none;
}

.rslides_tabs a {
  display: inline-block;
  width: auto;
  padding: 5.5px;
  height: auto;
  font-size:0px;
  background:#666;
  border:2px solid #fff;
  margin-left:7.5px;
  border-radius:100px;
}
.rslides_tabs li:first-child a{
	margin-left:5px;
}

.rslides_tabs li:first-child {
  margin-left: 20px;
}

.rslides_tabs .rslides_here a {
  background: #ed008d;
  border:2px solid #ed008d;
  color: #fff;
  font-weight: bold;
}