/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 1210px;
  padding: 0;
  margin: 0 auto;
  z-index:-1;
  }
  
@media(max-width:1280px ){
  .rslides { width:1180px; }
}
@media(max-width:1200px ){
  .rslides { width:1120px; }
}
@media(max-width:1100px ){
  .rslides { width:100%; }
}

.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;
  }
