/*! http://responsiveslides.com v1.55 by @viljamis */
#mainSlider {position: relative;}
.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 {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 2000;
  }

.rslides_tabs li {
  background: #3d3d3d;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-table;
  }
  
.rslides_tabs li a {
  float: left;
  width: 15px;
  height: 15px;
  }
  
.rslides_tabs li.rslides_here {
  background: #009640;
  }