/*! 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;
  }
.callbacks_tabs{
  text-align: center;
    /* margin: 0 auto; */
    /* padding: 0; */
    z-index: 200;
    /* margin-top: 20px; */
    position: absolute;
    right: 18%;
    bottom: 30px;
}
.callbacks_tabs li{
  display: inline;
  float: none;
  margin: 10px 0;
}
.callbacks_tabs li a{
    margin-right: 5px;
    height: 15px;
    width: 15px;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #026222;
    display: inline-block;
}
.callbacks_here a{ background: #fff!important; }