.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 270px;
    padding: 0px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  270px;
    height: 150px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 260px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 125px;
    right: 85px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 125px;
    left: 85px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat 0 0;
}
