.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;
  min-height: 290px;
}

.rslides_tabs {
  text-align: center;
  padding: 0;
  height: 0;
}

.rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin: 4px;
  position: relative;
  bottom: 60px;
  z-index: 90;
}

.rslides_tabs li a {
  font-size: 250%;
  color: #545454;
  text-decoration: none;
}

.rslides_tabs li.rslides_here a {
  color: #B00057;
}

.rslides2_tabs li {
  bottom: 0;
}
