$().ready(function(){
$("#header-actu-main").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 1,
		auto:5000,
		speed:1000
	});	
});