#mycarousel li { background: url('fundofoto.gif') top left no-repeat;width:107px;height:110px; }
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 355px;
    padding: 20px 40px;
	padding-left:60px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  335px;
    height: 110px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 107px;
    height: 110px;
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 37px;
    height: 67px;
    cursor: pointer;
    background: transparent url('../seta_proxima.gif') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 37px;
    height: 67px;
    cursor: pointer;
    background: transparent url('../seta_anterior.gif') no-repeat 0 0;
}

