﻿.rslides {
  position: relative;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  max-height:320px;
  padding: 0;
  margin: 0;
  /*border: 1px solid #ff5f00;*/
  border-radius: 5px 5px;
  
  }

.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;
  }



.rslides_nav{
position:relative;
display:block;
width:100%;
height:50px;
z-index:999;
margin-top:-135px;
}


@media only screen and (max-width: 800px) {

    .rslides_nav{
    position:relative;
    display:block;
    width:100%;
    height:50px;
    z-index:999;
    margin-top:-50px !important;
    }
}





.rslides_nav.prev{
background: url('../images/slider-nav.png') no-repeat 0 0;
margin-right:50px;
height:50px;
width:50px;
}

.rslides_nav.next{
background: url('../images/slider-nav.png') no-repeat -50px 0;
margin-left:50px;
height:50px;
width:50px;
float:right;
margin-top: -50px;
}