$(function() {
    $(".projetos").jCarouselLite({
        auto: 6000,
        speed: 1000,
		visible: 3
	
    });
});

$(function() {
    $(".projetos2").jCarouselLite({
        auto: 6000,
        speed: 1000,
		visible: 3
	
    });
});
