/*! 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;
  border:none;
  box-sizing:border-box;
  }

.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;
  list-style: none;
  margin: 0 auto 0px;
  max-width: 540px;
  padding: 10px 0 0 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline-block;
  float: none;
  margin-right: 1%;
  }

.rslides_tabs a {
  width: 5px;
  height:5px;
  padding:5px;
  background: #cccccc;
  display: inline-block;
  border-radius:50%;
  text-indent:-555555px;
  text-indent:-500000%;
  }

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

.rslides_tabs .rslides_here a {
  border-radius:50%;
  text-indent:-555555px;
  text-indent:-500000%;
  background:#6EB43F;
  }
  
  
  
  
  
  
  
  .callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 54%;
  left: 2%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 25px;
  width: 15px;
  background: transparent url("../images/themes.png") no-repeat left top;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 2%;
  }