/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;  
  list-style: none;
  overflow-y: scroll auto;  
  width:100%;
  height:160px;
  padding:0px;
  margin: 0;
  z-index:1;  
  }

.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: none;
  width: 100%;
  margin:auto;
  border: 0;
  }
  








.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top:2px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 12px;
  height: 12px;
  vertical-align:middle;
  margin-top:10px;
  padding:0;
   
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	width: 12px;
  height: 12px; 
  background: #004473;
  background: rgba(0,68,115, 1);
 
  }  
  
