
.jcarousel-wrapper{position:relative;border-bottom:1px solid #e3c050;}.jcarousel{position:relative;overflow:hidden;width:100%;}.jcarousel-wrapper .slideshow-link-button{position:absolute;left:0;text-align:center;bottom:50px;width:100%;}.jcarousel-wrapper .slideshow-caption{position:absolute;left:0;text-align:center;bottom:2px;width:100%;}.jcarousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0;}.jcarousel li{float:left;}.jcarousel img{display:block;max-width:100%;height:auto!important;}.jcarousel-control-prev,.jcarousel-control-next{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;text-align:center;background:#4E443C;color:#fff;text-decoration:none;text-shadow:0 0 1px #000;font:24px/27px Arial, sans-serif;}.jcarousel-control-prev{left:15px;}.jcarousel-control-next{right:15px;}.jcarousel-pagination{position:absolute;bottom:-40px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);margin:0;}.jcarousel-pagination a{text-decoration:none;display:inline-block;font-size:11px;height:10px;width:10px;line-height:10px;background:#fff;color:#4E443C;text-indent:-9999px;margin-right:7px;}.jcarousel-pagination a.active{background:#4E443C;color:#fff;opacity:1;}.jcarousel-wrapper {
    border-bottom: none;
}
.jcarousel img {
    width: 100%;
}
.jcarousel-wrapper .slideshow-caption {
    bottom: 24px;
}
.jcarousel-wrapper .slideshow-caption a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 1.5px;
}
.jcarousel-wrapper .slideshow-caption .fa.fa-chevron-down {
    background: #cdcabd;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
}
#scrolldown,
#inner-scrolldown {
    position: absolute;
    margin-top: -110px;
}



@media only screen and (max-width:768px) {
#scrolldown, #inner-scrolldown {
    position: absolute;
    margin-top: -50px;
}
}

