
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  426px;
    height: 385px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 426px;
    height: 385px;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 239px;
    right: 0px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../imagens_site/seta2.jpg) no-repeat;

}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 239px;
    right: 34px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../imagens_site/seta1.jpg) no-repeat 0 0;
}
