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

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

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












#slides { position:relative; z-index:0; }

.rslides_tabs { margin:15px 0 0 0; text-align: right; position:relative; z-index:0; }

.rslides_tabs li { display:inline-block; padding:0 3px; }

.rslides_tabs a {
	background: #937f93;
	font-size: 10px;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 10px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.rslides_tabs a:hover,
.rslides_tabs a.active {
	background: #000;
	color:#000;
}