/*! 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;
  }

/**dot**/

.centered-btns_tabs{
    text-align: center;
    width: 15px;
    position: absolute;
    right:15px;
    bottom: 25px;
    z-index: 3;
  }

.centered-btns_tabs li{
  display: block;
  float: none;
  _float: left;
  *float: left;
  margin-bottom: 8px;
  }

.centered-btns_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  _display: block;
  *display: block;
  width: 11px;
  height: 11px;
  background: url(dot.png) -11px 0px no-repeat;
  }

.centered-btns_here a{
  background: url('dot.png') 0px 0px no-repeat;
  }
/****/
.centered-btns2_tabs{
    text-align: center;
    z-index: 3;
	margin-top:10px;
  }

.centered-btns2_tabs li{
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 8px;
  }
.centered-btns2_tabs:after{
	content:' ';
	display:block;
	clear:both;
}
.centered-btns2_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  _display: block;
  *display: block;
  width: 11px;
  height: 11px;
  background: url(dot_2.png) -12px 0px no-repeat;
  }

.centered-btns2_here a{
  background: url('dot_2.png') 0px 0px no-repeat;
}