/*! 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;
  margin-left:0;
  }

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.large-btns_nav {
z-index: 3;
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
opacity: 0.1;
text-indent: -9999px;
overflow: hidden;
top: 141px;
height: 432px;
left: 0;
background: #000 url(../images/themes.gif) no-repeat left 50%;
width: 38px; 
  }
.large-btns_nav:hover {
opacity: 0.6;
}
.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  position: absolute;
  left: 50%;
  margin-left: -41px;
  margin-top: -40px;
  z-index: 8;
  padding: 0;
  top: 500px;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
  margin-left: 10px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
background: #EBEBEB;
background: rgba(173, 173, 173, 0.5);
  display: inline-block;

width: 14px;
height: 14px;
  }

.large-btns_tabs a:hover {
background: rgba(255, 255, 255, 0.6);
}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
background: #F3F3F3;
background: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.62), inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.62), inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow:0 0 5px rgba(0, 0, 0, 0.62), inset 0 0 2px 0 rgba(0,0,0,.3);
  }

.rslides_tabs {
font-size: 18px;
    list-style: none;
    left: 50%;
    margin-left: 250px;
    padding: 10px 0;
    !width: 100%;
    margin-top: -100px;
    position: absolute;
    z-index: 99;
  }

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

.rslides_tabs a {
    padding: 7px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline;
    font-size: 0;
    background: #adadad;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs li {
  margin-left: 10px;
  }
.rslides_tabs .rslides_here a {
	background: #000;  
    color: transparent;
  }
