.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 10px 40px;
    margin:0px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    
    height: 40px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 175px;
    height: 40px;
    text-align: center;
}

.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;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: transparent url(images/right.gif) no-repeat 0 0;
    top:0px;
    right:0px;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    left: 0px;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: transparent url(images/left.gif) no-repeat 0 0;
    top:0px;
}




