/*=== inizializzazioni per IstitutoTellini.it ===*/

$(document).ready( function() {
/* InnerFade */
	$('#rotazionehome').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '180px'
	});
/* SuperFish */
	$('#cms-nav-top-menu').superfish();
/* ingresso */
	$('#content').hide();
	$('#content').fadeIn(500);
});

