.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #840382; /* Old browsers */
background: -moz-linear-gradient(top, #840382 0%, #f602f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#840382), color-stop(100%,#f602f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #840382 0%,#f602f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #840382 0%,#f602f1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #840382 0%,#f602f1 100%); /* IE10+ */
background: linear-gradient(to bottom, #840382 0%,#f602f1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840382', endColorstr='#f602f1',GradientType=0 ); /* IE6-9 */
  }
.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;
	border: 0;
	width: 100%;
  }
  
