.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 326px;
    padding: 0 15px;
    position: relative;
}
.jcarousel-skin-tango .jcarousel-item {
    /*width: 75px;*/
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    left: 344px;
    width: 11px;
    height: 75px;
    cursor: pointer;
    background: transparent url(carousel_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 75px;
    cursor: pointer;
    
    background: transparent url(carousel_left.png) no-repeat 0 0;
}


