.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_nav {
    display: none;
}
.rslides_tabs {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 50%;
	margin-left: -4vw !important;
}
.rslides_tabs a {
    display: block;
    width: 18px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.66);
	text-indent: -5000px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rslides_tabs li {
    padding-right: 10px;
}
.rslides_tabs a:hover, .rslides_tabs li.rslides_here a {
	background-color: #ff0000;
}