$(function() {
		$("#tabs,#ultime_forum").tabs({
			event: 'mouseover',
			 fx: { opacity: 'toggle',
			 		speed: 'fast'
				}
			 
		});
	});