/*! http://responsiveslides.com v1.54 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;
  }

.rslides_tabs {
	position: relative;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	display: block;
	text-align: center;
	top: 10px;
	z-index: 10;
}

.rslides_tabs:after{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.rslides_tabs li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.rslides_tabs a {
	background: #999;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

.rslides_nav.prev {
	position:absolute;
	display:block;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	left:0px;
	text-indent:-9999px;
	background:rgba(194,194,194,0.8);
	z-index: 100;
}
.rslides_nav.next {
	position:absolute;
	display:block;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	right:0px;
	text-indent:-9999px;
	background:rgba(194,194,194,0.8);
	z-index: 100;
}
.rslides_nav.prev:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -8px;
}
.rslides_nav.next:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -8px;
}
