.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background-image: url("../../images/next-icon.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 5px;
    top: 78px; 
    width: 45px;
    z-index: 9999;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background-image: url("../../images/prev-icon.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 50px;
    left: 5px;
    position: absolute;
    top: 75px;
    width: 45px;
    z-index: 9999;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
    display: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}
@media screen and (max-width:1024px){
    .jcarousel-skin-tango .jcarousel-next-horizontal {
        top: 115px;
    }
    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        top: 120px;
    }
}
