.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 798px;
	margin: 0 auto;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 143px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 192px;
    height: 143px;


}

.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: 40px;
    right: -80px;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

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

