jQuery(document).ready(
	function(){
		jQuery('ul#diapo').innerfade({
			speed: 2000,
			timeout: 4000,
			type: 'sequence',
			containerheight: '350px'
		});
});

