/*! http://responsiveslides.com v1.54 by @viljamis */

.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;
  }

.rotator:hover a.rslides_nav.rslides1_nav.prev {
  z-index: 9999;
  margin-top: -30%;
  margin-left: 20px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  text-indent: -9999px;
  opacity: 0.3;
}

.rotator:hover a.rslides_nav.rslides1_nav.next {
  z-index: 9999;
  margin-top: -30%;
  right: 0;
  margin-right: 20px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  text-indent: -9999px;
  opacity: 0.3;
}