.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  470px;
	height: 90px;
}
.jcarousel-skin-tango .jcarousel-item {
	width:120px;
	height:90px;

}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -41px;
    right: 30px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../imagens_site/h16.png) no-repeat;

}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -41px;
    left: 360px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../imagens_site/h15.png) no-repeat 0 0;
}







