/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides_container{
	position: relative; width: 100%; height: auto; overflow: hidden;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0px;
  }

.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_nav{display: none;}
.rslides_tabs{position: absolute; right: 20px; bottom: 10px; z-index: 200;}
.rslides_tabs li{display: inline; float: left;}
.rslides_tabs li a{display: inline-block; width: 14px; height: 14px; overflow: hidden; text-indent: -9999px; font-size: 0; background:#ABA5A5; margin-left: 3px;}
.rslides_tabs li.rslides_here a{background:#6F6F6F;}