/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: visible;
	padding: 0;
	z-index: -999;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top:10px;
  }

.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%;
	top: 0px;
	margin-top: -80px;
  }
