#header .header-slider {
	/*background:url(../images/video-youtube.png) no-repeat; */
	width: 1140px; 
	height: 640px; 
	float:none; 
	position: relative; 
	z-index: 1; 
	margin: 0 0 15px 0;
}
#header .header-slider span.btn-play { 
	background:url(../images/btn-play.png) no-repeat; 
	width: 95px; 
	height: 95px; 
	position: absolute; 
	z-index: 3; 
	top: 40%; 
	left: 50%;
	margin:-47px 0 0 -47px; 
}

.centered-btns_nav.next {
    background-position: right bottom;
    left: auto;
    right: 30px;
}

.centered-btns_nav {
    background: url("../images/arrow.png") no-repeat scroll left bottom ;
    height: 64px;
    left: 30px;
    margin-top: -32px;
    opacity: 0.2;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 64px;
    z-index: 5;
	display:block;
}
.header-slider:hover .centered-btns_nav {
	opacity: 1;
	}
.footer-slider:hover .centered-btns_nav {
	opacity:0.6;
	}	
.header-slider .centered-btns_nav:hover, .footer-slider .centered-btns_nav:hover {
	background-position:  left top ;
	opacity: 1;
	}
.header-slider .centered-btns_nav.next:hover, .footer-slider .centered-btns_nav.next:hover {
	background-position:  right top ;
	opacity: 1;
	}	
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  /*width: 100%;*/
  width: 1140px;
  height:640px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: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%;
  height: 100%;
  border: 0;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 13px;
  text-align: right;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-left: 30px;
  text-align: center;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  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: 14px;
  height: 14px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
 
.header-slogan {text-align:center;padding-top:20px;} 
.main-slogan p {color:#000;font-size:24px;margin-top:15px;font-weight:300;}
.main-slogan p img {height:60px;width:auto;padding-bottom: 20px;vertical-align: middle;}
.slogan-note p {color:#858585;font-size:11px;margin-top:15px;}

@media all and (max-width: 768px) {
.centered-btns_nav {
    left: 3px;
    opacity: 1;
}
.centered-btns_nav.next {
    right: 3px;
}
}

@media (max-width: 480px) {

    .rslides img {
        display: block;
        /*height: auto;*/
        float: left;
        width: 100%;
        height: 70%;
        border: 0;
    }
}
