﻿



#wrapper {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  }


.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  }


.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;

  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent url("themes.gif") no-repeat left 50%;
  width: 40px;
  }
  
.large-btns_nav:hover {
  z-index: 3;
  position: absolute;

  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent url("themes.gif") no-repeat left 50%;
  width: 20px;
  }

.large-btns_nav:active {
 background: transparent url("themes.gif") no-repeat left 50%;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

