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

.banner li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.banner li:first-child {
  position: relative;
  display: block;
  float: left;
}

.banner img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.bannerSlider_nav.prev { left:10px; }
.bannerSlider_nav.next { right:10px;background-position: -32px 0; }
.bannerSlider_nav:hover { opacity:1; }
.rslides_tabs  { position: absolute; width: 100%; text-align: center; bottom: 16px; z-index: 9;}
.rslides_tabs  li { display: inline-block; width: 16px; height: 16px; vertical-align: top; border-radius: 50%; margin: 0px 8px; background-color: rgba(255,255,255,1); padding: 2px; opacity: 0.5; border: 2px transparent solid;  -webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s; }
.rslides_tabs   li.rslides_here { background-color: rgba(0,0,0,0.4); opacity: 1; border-color:#fff; }
.rslides_tabs   li img { vertical-align: top;}
.rslides_tabs  li a { opacity: 0;}
@media all and (max-width: 600px) {
  .rslides_tabs {
    bottom: 0;
  }
  .rslides_tabs li{
    width: 8px;
    margin: 0 2px;
    height: 8px;
  }

}