.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 600px;
    padding: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 600px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 600px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 120px;
    left: 695px;
    width: 30px;
    height: 45px;
    cursor: pointer;
    background: transparent url(/skin/img/scroll_rght_pass.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled {
    position: absolute;
    top: 120px;
    left: 695px;
    width: 30px;
    height: 45px;
    cursor: pointer;
    background: transparent url(/skin/img/scroll_rght.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 120px;
    left: -100px;
    width: 30px;
    height: 45px;
    cursor: pointer;
    background: transparent url(/skin/img/scroll_left_pass.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled {
    position: absolute;
    top: 120px;
    left: -100px;
    width: 30px;
    height: 45px;
    cursor: pointer;
    background: transparent url(/skin/img/scroll_left.png) no-repeat 0 0;
}