$.fn.cycle.defaults.speed   = 900;
$.fn.cycle.defaults.timeout = 6000;

$(function(){	
		      if($('#listaEnti')){
	   $('#listaEnti').accordion({
	 		 active: false, 
   			 header: '.head', 
			 selectedClass: 'active', 
   			 navigation: true, 
   			 animated: 'easeslide' 
	});
		 }

       $('#menuPrincipale a').corner('6px tl tr');
	   if($('#galleriaFotografica')){
		   $('#galleriaFotografica').cycle({ 
    fx:   'shuffle', 
    shuffle: { 
        top:  -30, 
        left:  -400 
    }, 
    easing: 'backinout', 
    delay: -2000 
});
	   }
	  
	});

