.jcarousel-skin-tango .jcarousel-container {
    margin:0 auto;
    border: 0;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 420px;
    padding: 7px 80px 0 80px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  420px;
    height: 185px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 420px;
    height: 185px;
}

.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;
	border: 0;
    top: 70px;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../i/next.png) no-repeat;
}

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


