 $(document).ready(function() {
 
         //ImageBox
        //$.ImageBox.init(
		//	{
		//		loaderSRC: 'images/terzeparti/loading.gif',
		//		closeHTML: '<img style="border:0" src="images/terzeparti/chiudi.gif" />'
		//	}
		//);
     $.blockUI.defaults.overlayCSS = { backgroundColor: '#000', opacity: '0.7' };
    $('a.media').mediabox( {autoplay:1, caption:0} );
    
     $('#pulsanti_alto').flash(
        { src: 'pulsanti.swf',
          width: 159,
          height: 81 },
        { version: 8 }
     );
 
        $('#paginab_titolo').flash(
        { 
            src: 'images/titoli/pagina_titolo.swf', 
            flashvars: { 
                css: [
                    '* { color: #666666; }',
                    'a { color: #0099CC; text-decoration: none; }',
                    'a:hover { text-decoration: underline; }'
                ].join(' ')
            }
        },
        { version: 8 },
        function(htmlOptions) {
            htmlOptions.flashvars.txt = this.innerHTML;
            this.innerHTML = '<div>'+this.innerHTML+'</div>';
            var $alt = $(this.firstChild);
            htmlOptions.height = 45;
            htmlOptions.width = 500;
            $alt.addClass('alt');
            $(this)
                .addClass('flash-replaced')
                .prepend($.fn.flash.transform(htmlOptions));						
        }
    );
    
		// default menu
		//jQuery.Accordion.setDefaults({
		//	showSpeed: 1000,
		//	hideSpeed: 150
		//});
       
       	// menu
		//jQuery('#menusx').Accordion({
		//	active: 'a.selected',
		//	header: 'a.head'
		//});    

 
  $('.title').Tooltip({
   delay: 2,
   track: true,
   showURL: false
  });
       




   
    });