jQuery().ready(function(){
	if ($('#foto .immagine').length>0) {
		$('#foto .immagine').cycle({
			fx: 'fade'
		});
	}
});
