$(document).ready(function(){
	$('#contenitore_news').cycle({
		fx: 'fade',
		timeout: 5000,
	});
});

