@media only screen and (min-width:480px) and (max-width:767px){.sky-carousel .sc-overlay{width:160px !important;}
}
@media only screen and (max-width:479px){.sky-carousel .sc-overlay{width:70px !important;}
}
.js .sky-carousel{visibility:hidden;}
.sky-carousel{width:100%;height:520px;position:relative;overflow:hidden;margin:0 auto;}
.sky-carousel .sky-carousel-container{position:relative;list-style-type:none;margin:0;padding:0;}
.sky-carousel .sky-carousel-container li{position:absolute;border:0;box-shadow:0 5px 2px #aaa;}
.sky-carousel .sky-carousel-container li img{display:block;border:0;max-width:100%;}
.sky-carousel .sky-carousel-container li a img{border:none;}
.sky-carousel .sky-carousel-container .sc-content{display:none;}
.sky-carousel .sc-content-wrapper{position:absolute;text-align:center;width:100%;top:81%;left:50%;z-index:4999;}
.sky-carousel .sc-content-container{position:relative;left:-50%;padding:0 20px;}
.sky-carousel .sc-content-wrapper h2{color:#444;font-size:22px;margin:0;padding:0;}
.sky-carousel .sc-content-wrapper p{color:#777;font-size:14px;margin:0;padding:0;}
.sky-carousel .sc-content-wrapper a{text-decoration:none;color:#444;border-bottom:1px dotted #444;}
.sky-carousel .sc-overlay{position:absolute;height:100%;z-index:99;pointer-events:none;top:0;}
.sky-carousel .sc-overlay-left{left:-0.1px;}
.sky-carousel .sc-overlay-right{right:-0.1px;}
.sky-carousel .sc-nav-button{position:absolute;top:50%;z-index:99;width:40px;height:60px;margin-top:-30px;transition:background-color 0.3s;-moz-transition:background-color 0.3s;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;text-align:center;}
.sky-carousel .sc-nav-button.sc-next{background:#fff url(../images/sky_right.png) no-repeat center center;right:0px;}
.sky-carousel .sc-nav-button.sc-next:hover{background:#295ba2 url(../images/sky_right_hover.png) no-repeat center center;}
.sky-carousel .sc-nav-button.sc-prev{background:#fff url(../images/sky_left.png) no-repeat center center;left:0px;}
.sky-carousel .sc-nav-button.sc-prev:hover{background:#295ba2 url(../images/sky_left_hover.png) no-repeat center center;}
.no-touch .sky-carousel .sc-nav-button:hover{background-color:#295ba2;}
.sky-carousel .sc-preloader{position:absolute;left:50%;top:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;background:#f5f5f5 url(../images/bx_loader.gif) no-repeat 50% 50%;padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.sc-no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}