.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;
  max-height: 600px;
  object-fit: cover;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -30px;
  transition: opacity 0.3s ease;
}

.centered-btns_nav:hover {
  opacity: 1;
}

.centered-btns_nav:active {
  opacity: 1.0;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.centered-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs {
  margin-top: -35px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  padding: 0;
}

.centered-btns_tabs li {
  display: inline;
  float: none;
  margin: 0 5px;
  padding: 0;
}

.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  transition: background 0.3s ease;
}

.centered-btns_tabs a:hover {
  background: rgba(255, 255, 255, 1);
}

.centered-btns_tabs .centered-btns_here a {
  background: #65b22e;
  width: 14px;
  height: 14px;
} 