/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 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 {
    font-size: 18px;
    list-style: none;
    margin: 0 auto;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}

.callbacks_tabs  li {
  display: inline;
  float: none;
  margin-right: 1px;
}

/*.callbacks_tabs  a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}*/

.callbacks_tabs  a:hover {
  border: 0;
}

.callbacks_tabs  li:first-child {
  margin-left: 0;
}

.callbacks_tabs  .callbacks_here a {
  background: #222;
  background: rgba(255,255,255, 1);
}

.callbacks_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 13px;
  height: 13px;
  }

.callbacks_tabs  a {
  
  background: rgba(255,255,255,.1);
  color: #150;
  font-weight: bold;
  }