
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 450px;
    padding: 10px 73px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  450px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    height: 170px;
}

.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: 43px;
    right: 5px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: transparent url(../../img/nextbtn.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    background: transparent url(../../img/prevbtn.png) no-repeat 0 0;
}

