$(document).ready(function(){
	// Attivazione PNG FIX
	$(document).pngFix({ blankgif:'<?php echo $percorso;?>img/blank.gif' });
	// Attivazione Slide Panel
//	$(".btn-slide").click(function(){
//		$("#panel").slideToggle("slow");
//		$(this).toggleClass("active"); return false;
//	});
//	$(".btn-slide2").click(function(){
//		$("#panel2").slideToggle("slow");
//		$(this).toggleClass("active"); return false;
//	});

});
	
$(function() {
	// attivazione GALLERY
    $('#slide-struttura').after('<div id="nav" class="nav">').cycle({
        fx:     'fade',
        speed:  'fast',
        timeout: 6000,
        pager:  '#nav',
        after: function() { if (window.console) console.log(this.src); }
    });
	// attivazione GALLERY
    $('#slide-home').after('<div id="nav" class="nav">').cycle({
        fx:     'fade',
        speed:  'fast',
        timeout: 6000
    });
	// attivazione TAB
    $('#informazioni-struttura > ul').tabs({ fxShow: { height: 'show', opacity: 'show' }, fxSpeed: 'normal', fxAutoHeight: true });
});