.jcarousel {
    position: relative;
    width: 400px;
    overflow: hidden;
    margin: 0 auto;
}
.jcarousel-top-container_without-arrow .jcarousel {
    width:420px;
}
.carousel_homepage .jcarousel {
    width:845px;
    height:330px;
    margin-bottom: 40px;
}
.jcarousel ul {
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width:245px;
    float: left;
    position:relative;
}

.jcarousel-prev_horizontal, .jcarousel-next_horizontal {
    display: block;
    position:absolute;
    top:50%;
    width: 35px;
    height: 50px;
    margin-top:-25px;
    background: url(../images/icon-slider-arr.png) no-repeat top left;
    z-index:99;
    opacity:0.5;
    text-indent: -9999px;
    cursor:pointer;
}
.jcarousel-prev_horizontal {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-position: -35px 0;
    left:0;
}
.jcarousel-next_horizontal {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-position: 0 0;
    left:100%;
    margin-left:-35px;
}
.jcarousel-prev_horizontal:hover,
.jcarousel-next_horizontal:hover {
    opacity:0.9;
}

.jcarousel-skin {
    position: relative;
    overflow: hidden;
    /*height: 100px;*/
}
.jcarousel-skin ul {
    /*width: 20000px;*/
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.productImageGallery .jcarousel-skin li {
    width:96px;
    height:96px;
}
.jcarousel-skin li {
    position:relative;
}
.jcarousel-prev_vertical, .jcarousel-next_vertical {
    display:block;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    outline: 0;
    width: 26px;
    height: 13px;
    z-index: 99;
    cursor:pointer;
}
.jcarousel-prev_vertical {
    top: 0;
    background: url(images/carousel_arrow.png) no-repeat 0 0;
}
.jcarousel-next_vertical {
    bottom: 0;
    background: url(images/carousel_arrow.png) no-repeat 0 -13px;
}
.jcarousel-prev_vertical:hover {
    background-position:  0 -26px;
}

.jcarousel-next_vertical:hover {
    background-position: 0 -39px;
}
.jcarousel-next_absolute {
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-26px;
    width:19px;
    height:52px;
    background: url(../images/icon-photo-next.png) no-repeat 0 0;
    background-size:19px 52px;
    z-index:1100;
    opacity:0.6;
}
.jcarousel-next_absolute:hover {
    opacity:1;
}
.product-gallery-popup_prev, .product-gallery-popup_next {
    display: block;
    position: absolute;
    top:50%;
    width: 39px;
    height: 79px;
    margin-top:-39px;
    background: url(../images/main_slider_arrows.png);
}
.product-gallery-popup_prev {
    left:0;
}
.product-gallery-popup_prev:hover {
    background-position:0 -79px;
}
.product-gallery-popup_next {
    background-position: -39px 0;
    right:0;
}
.product-gallery-popup_next:hover {
    background-position:-39px -79px;
}

.jcarousel-top-container {
    position: relative;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom:-15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    z-index:0;
}
.homepage__videorev .jcarousel-pagination {
    bottom:4px;
}
.recomendationProduct  .jcarousel-pagination {
    bottom:0px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    border:1px solid #777;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 5px;
}

.jcarousel-pagination a:hover,
.jcarousel-pagination a.active {
    background:#f47b32;
    color: #fff;
    opacity: 1;
    border-color:#f47b32;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
