@media screen and (-webkit-min-device-pixel-ratio:0) {
    html {
        margin-left: 1px
    }
}

@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: 300px;
    position: relative;
    border: none;
    background: #fff;
    overflow: hidden;
    margin: 0 auto
}

.sky-carousel .sky-carousel-container {
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0
}

.sky-carousel .sky-carousel-container li {
    position: absolute
}

.sky-carousel .sky-carousel-container li img {
    display: block;
    max-width: 200px !important
}

.sky-carousel .sky-carousel-container li a img {
    border: 0
}

.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: 9999
}

.sky-carousel .sc-content-container {
    position: relative;
    left: -50%;
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    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;
}

.sky-carousel .sc-overlay {
    position: absolute;
    height: 100%;
    z-index: 9998;
    pointer-events: none;
    top: 0
}

.sky-carousel .sc-overlay-left {
    left: -.1px
}

.sky-carousel .sc-overlay-right {
    right: -.1px
}

.sky-carousel .sc-nav-button {
    position: absolute;
    top: 48%;
    z-index: 10000;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-align: left;
    font-size: 2em;
    font-family: serif;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

.sky-carousel .sc-nav-button.sc-next {
    right: -.1px;
    text-align: right
}

.sky-carousel .sc-nav-button.sc-prev {
    left: -.1px
}

.no-touch .sky-carousel .sc-nav-button:hover {
    opacity: .7
}
.sky-carousel .sc-nav-button a:hover{color:#888;}

.sky-carousel .sc-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -22px;
    margin-left: -22px;
    background: #ffffff url(preloader.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
}