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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 436px;
  overflow: hidden;
  }

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

a.rslides_nav.rslides1_nav.prev {
    display: inline-block;
    position: relative;
    z-index: 1500;
    width: 100px;
    background: transparent url('left-arrow.png') no-repeat left;
    cursor: pointer;
    margin-top: -316px;
    height: 100px;
    margin-left: 10px;
}
a.rslides_nav.rslides1_nav.next{
    display: inline-block;
    position: relative;
    z-index: 1501;
    width: 100px;
    background: transparent url('right-arrow.png') no-repeat right;
    cursor: pointer;
    margin-top: -316px;
    right: 0;
    height: 100px;
    margin-right: 10px;
    float: right;
}
