$(function() {
	$(".material_div").jCarouselLite({
	    btnNext: ".bt_down",
	    btnPrev: ".bt_up",
	    vertical: true,
	    visible: 6
	});
	
	$(".projetos_div").jCarouselLite({
	    btnNext: ".bt_next",
	    btnPrev: ".bt_prev",
	    visible: 1
	});
});

