/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height:100%;

  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height:100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides .m_img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius: 15px;
  }
  
  
 
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 5;
  }
  
 .transparent-btns_tabs {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 5;
  }
  
  .transparent-btns1_tabs{
	  right:0px !important;
  }
 
  

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  _display: block;
  *display: block;
  background-image:url(../images/bul_b.png);
  width: 10px;
  height: 10px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background-image:url(../images/bul_o.png);
  width: 10px;
  height: 10px;
  }
  
#index_hero .centered-btns_tabs a,
#index_hero .transparent-btns_tabs a,
#index_hero .large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  _display: block;
  *display: block;
  width: 26px;
  height: 26px;
  background-image: url(../images/bnr_pgr.png);
  background-position:top right;
  }
  
#index_hero .centered-btns_here a,
#index_hero .transparent-btns_here a,
#index_hero .large-btns_here a {
  width: 26px;
  height: 26px;
  background-image: url(../images/bnr_pgr.png);
  background-position:top left;
  }
  
#index_hero .centered-btns_tabs li, #index_hero .transparent-btns_tabs li, #index_hero .large-btns_tabs li{
	margin-right:0px;}
	
#index_hero .centered-btns_tabs, #index_hero .transparent-btns_tabs, #index_hero .large-btns_tabs{
	right:20px;}
	

  
