/* Slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
   width: 100%;
	height: auto;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
    width: 100%;
	height: auto;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
   width: 100%;
	height: auto;
  }

.rslides img {
  display: inherit;
  float: left;
  width: 100%;
  height:auto;
  padding: 0;
  border: 0;
  }