/*! 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;
  }

.rslides_container {
  margin-bottom:0px;
  position: relative;
  float: left;
  width: 100%;
  border-bottom:1px solid #000;
  }
.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom:19.4%;
  left:14.2%;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:46px;
  width:45px;
  background: transparent url("themes/left-arrow.png") no-repeat left top;
  
  }
.rslides_nav:hover {
  background: transparent url("themes/left-arrow.png") no-repeat left top;
  }

.rslides_nav:active {
  opacity: 1.0;
  }
.rslides_nav.next {
  left: auto;
  background-position: right top;
  right:82.4%;
  bottom:8.9%;
  background: transparent url("themes/right-arrow.png") no-repeat left top;
  }
.rslides_nav.next:hover {
  background: transparent url("themes/right-arrow.png") no-repeat left top;
  }
.rslides_nav:focus {
  outline: none;
  }
.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }
.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  width:30px;
  height:15px;
  padding:0 6px 0 0;
  font-size:0;
  
  }
  
ul.rslides1_tabs li a{
  background:url(themes/slider-paging2.png) left top no-repeat ;
  } 
ul.rslides1_tabs li.rslides_here a{
  background:url(themes/slider-paging1.png) left top no-repeat ;
  }   
.rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
/*.caption {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
  }*/
ul.rslides{
  margin:0;
  padding:0;
  width:100%;
  max-width:100% !important;
  }  
.captions_box{
  width:960px;
  margin:0 auto;
  }
ul.rslides_tabs{
  margin:0;
  padding:0;
  }
.rslides_container ul li{
  margin:0;
  padding:0;
  }  
.slider-info-area a{
  margin:0;
  padding:12px 45px 12px 15px;
  color:#FFF;
  text-decoration:none;
  background:url(themes/slide_abg.png) #84AB3B right top no-repeat ;
  }
.slider-info-area a:hover{
  color:#000;
  }
ul.rslides1_tabs {
   margin:-50px auto 0 auto;
   padding:0 15px 0 0;
   position:absolute;
   width:84%;
   z-index:1000;
   text-align:right;
   background: transparent url("themes/right_point.png") no-repeat right top;
   }