.fotoscarousel li {
background: url('fundo.gif') top left no-repeat;
/*width:85px;
height:85px; */
}
.jcarousel-skin-fotos .jcarousel-container-horizontal {
    width: 655px;
    padding: 20px 40px;
	padding-left:60px;
}

.jcarousel-skin-fotos .jcarousel-clip-horizontal {
    width:  635px;
    height: 110px;
}

.jcarousel-skin-fotos .jcarousel-item {
    width: 89px;
    height: 89px;
}

.jcarousel-skin-fotos .jcarousel-item-horizontal {
    margin-right: 5px;
}

.jcarousel-skin-fotos .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-fotos .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 37px;
    height: 67px;
    cursor: pointer;
    background: transparent url('../seta_proxima.gif') no-repeat 0 0;
}

.jcarousel-skin-fotos .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 37px;
    height: 67px;
    cursor: pointer;
    background: transparent url('../seta_anterior.gif') no-repeat 0 0;
}


