$(function() {
	$(".msgrotator").jCarouselLite({  
		vertical: true,  
		visible: 1,  
		auto:5000,
		speed:500,
		btnNext: ".msgframe #changer" 
	}); 
});

$(function() {
	$(".project_rotator").jCarouselLite({  
		vertical: false,  
		visible: 1,  
		btnNext: "#nextProject",
		btnPrev: "#prevProject",
		speed:1500	 
	}); 
});

$(function(){
	$('.msgframe #changer').click(function(){
		$(this).hide();
		$(this).fadeIn('slow');
	});
	
});
