nb_item = 0;
	$('#list_item li').each(function (){
	
		nb_item ++; 
	
	});
	
	var new_id = nb_item + 1;
	
	startSlide(nb_item,new_id);
