.jcarousel-wrapper {
    position: relative;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel, .jcarousel3, .jcarousel4 {
    position: relative;
    overflow: hidden;
}

.jcarousel ul, .jcarousel3 ul, .jcarousel4 ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    height: 320px;
    background-position: center center;
    background-size: cover;
    /*box-shadow: inset 0 30px 50px -30px #333, inset 0 -30px 50px  -30px #333;*/
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 160px;
    width: 70px;
    height: 70px;
    margin-top: -35px;
}

.jcarousel-control-prev {
    left: -85px;
    background-image: url('../img/arrow-leftt.png');
}

.jcarousel-control-next {
    right: -85px;
    background-image: url('../img/arrow-rightt.png');
}

.jcarousel-control-prev:hover {
    background-image: url('../img/arrow-leftt.png');
}

.jcarousel-control-next:hover {
    background-image: url('../img/arrow-rightt.png');
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    /*position: absolute;
    bottom: 0;
    left: 15px;*/
    text-align: center;
    padding-top: 80px;
}

.jcarousel-pagination a {
    display: inline-block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    position: relative;
    margin: 0 3px;
}

.jcarousel-pagination a:before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    background-color: #d4d3d3;
    content:'';
    border-radius: 16px;
    top: 50%;
    margin-top: -4px;
}

.jcarousel-pagination a.active {
    border: 2px solid #d4d3d3;
    border-radius: 16px;
}














.size .jcarousel-control-prev {
    width: 21px;
    height: 46px;
    left: -115px;
    background-image: url('../img/arrow-lefto.png');
}

.size .jcarousel-control-next {
    width: 21px;
    height: 46px;
    right: -115px;
    background-image: url('../img/arrow-righto.png');
}

.size .jcarousel-pagination a:before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    background-color: #acdc28;
    content:'';
    border-radius: 16px;
    top: 50%;
    margin-top: -4px;
}

.size .jcarousel-pagination {
    /*position: absolute;
    bottom: 0;
    left: 15px;*/
    text-align: center;
    padding-top: 20px;
}

.size .jcarousel-pagination a.active {
    border: 2px solid #acdc28;
    border-radius: 16px;
}

.jcarousel3 li {
    float: left;
    height: 525px;
    position:relative;
    /*padding: 0 9px;*/
    text-align: center;
    box-sizing: border-box;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.jcarousel3 {
    margin: 0 -9px 0 -8px;
}


.content-slider .jcarousel-control-prev, .content-slider .jcarousel-control-next {
    position: absolute;
    top: 120px;
    width: 68px;
    height: 68px;
    margin-top: -34px;
}






.news-slider .jcarousel-control-prev {
    left: -70px;
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 44px;
    top: 50%;
    margin-top: -55px;
}

.news-slider .jcarousel-control-next {
    right: -70px;
    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 44px;
    top: 50%;
    margin-top: -55px;
}



.news-slider .jcarousel-pagination a.active {
    border: 2px solid #bababa;
    border-radius: 16px;
}



















.reviews .jcarousel-control-prev {
    width: 21px;
    height: 46px;
    left: -115px;
    background-image: url('../img/arrow-lefto.png');
}

.reviews .jcarousel-control-next {
    width: 21px;
    height: 46px;
    right: -115px;
    background-image: url('../img/arrow-righto.png');
}

.reviews .jcarousel-pagination a:before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    background-color: #acdc28;
    content:'';
    border-radius: 16px;
    top: 50%;
    margin-top: -4px;
}

.reviews .jcarousel-pagination {
    /*position: absolute;
    bottom: 0;
    left: 15px;*/
    text-align: center;
    padding-top: 20px;
}

.reviews .jcarousel-pagination a.active {
    border: 2px solid #acdc28;
    border-radius: 16px;
}

.jcarousel4 li {
    float: left;
    height: 320px;
    position:relative;
    padding: 0 10px;
    /*text-align: center;*/
    box-sizing: border-box;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.jcarousel4 {
    margin: 0 -24px 0 -24px;
}

