.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 630px;
    padding: 0 50px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  630px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 100px;
}

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

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: transparent url(../images/jcarousel_r.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: transparent url(../images/jcarousel_l.png) no-repeat 0 0;
}