$(function() {
    $(".carrossel").jCarouselLite({
        vertical: 'true',
		auto: 20000,
        speed: 5000,
		visible: 3

    });
});


$(function() {
    $(".noticia_destaque").jCarouselLite({
        horizontal: 'true',
		auto: 6000,
        speed: 2000,
		visible: 1

    });
});

