.rslides_container {
  margin: 0 auto;
  position: relative;
  float: none;
  width:auto;
  margin-top: 67px;
}
.rslides {
  margin: 0 auto;
}

@media(max-width:1680px){
  .rslides_container {
    width:100%;
  }
}
@media(max-width:960px){
  .rslides_container {
    margin-top: 60px;
  }
}

.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;
  width: 66px;
  height: 91px;
  margin-top: -45px;
  background: transparent url("themes.png") no-repeat left top;
}

.centered-btns_nav:active {
  opacity: 1;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}

.transparent-btns_nav.next {
  left: auto;
  right: 0;
}

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.png") no-repeat left 50%;
  width: 66px;
}

.large-btns_nav:active {
  opacity: 1;
}

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 30px;
  right: 20px;
  height: auto;
  z-index: 88;
  width: auto;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: block;
  margin:0;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  width:12px;
  height: 12px;
  border-radius: 6px;
  border:1px #fff solid;
  overflow: hidden;
  display: inline-block;  
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #f9a6a2;
  background: #113361;
    background: #fff;
}
@media (max-width: 1024px) {
  .centered-btns_tabs,
  .transparent-btns_tabs,
  .large-btns_tabs {
    bottom: 0px;
  }
  .centered-btns_tabs li,
  .transparent-btns_tabs li,
  .large-btns_tabs li {
    margin: 3px;
    display: inline-block;
  }

  .centered-btns_tabs a,
  .transparent-btns_tabs a,
  .large-btns_tabs a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 960px) {
  .centered-btns_nav {
  width: 40px;
  height: 80px;
}
}

@media (max-width: 540px) {
  .centered-btns_tabs{
    display: none;
  }


  .centered-btns_nav {
    display: none;
  }
}
