.rslides_container {
  position: relative;
  width: 100%;
  z-index: 0;
  background-color: #f5faf9;
  }

.rslides {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  list-style: none;
  }

.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;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  }

.rslides_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: 50%;
  text-indent: -9999px;
  overflow: hidden;
  height: 100%;
  }

.rslides_nav.next {
  left: auto;
  right: 0;
  cursor: e-resize;
  }

.rslides_nav.prev {
  cursor: w-resize;
  }

.rslides_nav:focus {
  outline: none;
  }

.rslides_tabs {
  position: absolute;
  bottom: 5px;
  margin: 0 auto;
  z-index: 4;
  left: 0;
  right: 0;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin: 0 3px;
  list-style: none;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0,0,0,.1);
  display: inline-block;
  width: 40px;
  height: 3px;
  }

.rslides_here a {
  background: rgba(0,0,0, .8);
  }
