$.noConflict();
jQuery(document).ready(function(){	
	jQuery('#toutmodule-container').fadeIn(1000);
	jQuery('#toutmodule-container').cycle({
		fx: 'fade',
		speed:  2000,
		timeout: 8000,
		cleartype:  true,
	    cleartypeNoBg:  true
/*		slideExpr: '.toutmodule-item'*/
	});
	
});
