/*! 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 {
    bottom: 0px;
    position:absolute;
    text-align: center;
    z-index: 1000;
	margin:0;
	width:100%;
}

.rslides_tabs ul{
	
}

.rslides_tabs li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0;
}
.rslides_tabs a {
	font-family: FontAwesome;
	display:block;
	color:#919295;
	text-decoration:none;
	overflow:hidden;
	font-size:.85em;
	line-height:1em;
}



.rslides_tabs .rslides_here a, .rslides_tabs a:hover {
    color: #F7DC24;
	font-size:.95em
}

.rslides_nav {
	position:absolute;
	top:45%;
	display:block;
	padding: .15em .2em	.1em;
	background-color:rgba(0,0,0,0.5);
	z-index:100000;
	font-family: FontAwesome;
	font-size:1.5em;
	text-decoration: none;

}

.rslides_nav.prev {
}

.rslides_nav.next {
	right:0;
}
