@charset "UTF-8";
/***!  /templates/steven/css/slider.css  !***/

.home-slider {
	width: 100%;	
	margin: 0 auto;
	position: relative;
}


.centered-btns_nav {
  	z-index: 3;
	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	top: 50%;
  	left: 0;
  	opacity: 0.7;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 61px;
  	width: 38px;
  	margin-top: -45px;
  	display: none;  
}

.centered-btns_nav:active {
  opacity: 1.0;
}




.centered-btns_tabs {
	border: 0px solid red;
	position: absolute;
	margin: -40px 0 0 100px;
	z-index: 7;
	display: none;
}







.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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fc0203;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: 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: 13px;
  height: 13px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #fc0203;
  background: rgba(0,0,0, .8);
  }



@media (max-width: 1000px) {

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {

  width: 7px;
  height: 7px;
}

}


