@charset "utf-8";
/* CSS Document */



.rslides img {height:400px; width:auto; overflow:hidden;}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
  
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  } 


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }



@media (min-width: 800px)  { 
.rslides img {
  display: block;
  height: auto!important;
  float: left;
  width: 100%!important;
  border: 0;
  }
  
 }  