 $(document).ready(function(){
		  //$('.home, .home .decoro, .home .colonna-1 #firstbox .inbox, #newsletter, #forum, .tit,  .tit span, #insports, #in-piede ').pngFix( );
            
        

        Cufon.replace('h1,h2,h3,h4,h5,h6,.coolvetica,#logoa',{ hover: 'true' });
        
        
        $('#mainmenu a').hover(
	function(event)  {
	    $('#mainmenu .coolvetica span').css('color','#fff');
	
	},
	function(event) {
		$('#mainmenu .coolvetica span').css('color','#000');
		
	});
	$('.colonna-1 h2').prepend('<span>> </span>');



	
     
   // select the thumbnails and make them trigger our overlay 
        $('.priscillacatalog .priscillacatalogbox a.imgcatalogo').overlay({ 
         
            // each trigger uses the same overlay with the class "priscillagallery" 
            target: '.priscillagallery', 
         
            // optional exposing effect 
            expose: '#f1f1f1' 
         
        // let the gallery plugin do its magic! 
        }).gallery({ 
         
            // the plugin accepts its own set of configuration options 
            speed: 800 
        });
	

	

});

