/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom:5px;
}

.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;
  }

.prev {
	width:49.5%;
	text-align:right;
	float:left;
}

.next {
	width:49.5%;
	text-align:left;
	float:right;
}

.rslides_tabs {
	display:block;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
}

.rslides_tabs li a {
	padding:5px;
	background:#666;
	color:#FFF;
	border-radius:30px;
	width:30px;
	height:30px;
	float:left;
	text-decoration:none;
	font-size:14pt;
	margin-right:10px;
	text-align:center;
	line-height:30px;
}

.rslides_tabs li a:hover {
	background:#333;
}
