$(function() {
    $(".carrossel").jCarouselLite({
        vertical: 'true',
		auto: 5000,
        speed: 2000,
		visible: 2

    });
});


$(function() {
    $(".news").jCarouselLite({
        horizontal: 'true',
		auto: 6000,
        speed: 2000,
		visible: 1

    });
});

