.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 818px;
    padding: 20px 40px 10px 40px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  726px;
    height: 98px;
	margin: 0 46px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 136px;
    height: 98px;
}

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


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

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 15px;
    width: 35px;
    height: 49px;
    cursor: pointer;
    background: transparent url(images/arrows.png) no-repeat 0 0;
}
