$(document).ready(function() {		
    $("#home").hover(function() {		   
        jQuery('#overhome1').stop().fadeIn("fast");		    		    
    }, function() {
        jQuery('#overhome1').stop().fadeOut("fast");		    
    });
    $("#cat").hover(function() {		   
        jQuery('#overcatalogo1').stop().fadeIn("fast");		    		    
    }, function() {
        jQuery('#overcatalogo1').stop().fadeOut("fast");		    
    });
    $("#for").hover(function() {		   
        jQuery('#overformato1').stop().fadeIn("fast");		    		    
    }, function() {
        jQuery('#overformato1').stop().fadeOut("fast");		    
    });
    $("#con").hover(function() {		   
        jQuery('#overcontatti1').stop().fadeIn("fast");		    		    
    }, function() {
        jQuery('#overcontatti1').stop().fadeOut("fast");		    
    });
    
    jQuery("#loopedSlider").loopedSlider({	
		container: '.containerS',
		autoStart: 6000, 
		slidespeed: 500, 
		containerClick: false
	});		
	Cufon.replace('#titoloDiv, #titoloDiv2, #titoloDiv3, #titoloDiv4, #titoloDiv5, #titolo2Div,#tc0,#tc1,#tc2,#tc3,#tc4,#tc5,#tc6,#tc7,#tc8,#tc9,#tc10,#tc11,#tc12,#tc13,#tc14,#tc15,#tc16,#tn0,#tn1,#tn2,#tn3,#tn4,#tn5,#tn6,#tn7,#tn8,#tn9,#tn10,#tn11,#tn12,#tn13');
	Cufon.replace('#f1, #f2, #f3,#f4, #f5, #f6,#f7, #f8, #f9,#f10, #f11, #f12,#f13, #f14, #f15');
	Cufon.replace('#c1, #c2, #c3,#c4, #c5, #c6,#c7, #c8, #c9,#c10, #c11, #c12,#c13, #c14, #c15');
	
	
    
	
	
	//effetto sui manifesti del catalogo
	$("#manifesti img").hover(function() {		   
        $(this).stop().animate({opacity:0.5},250);		    		    
    }, function() {
        $(this).stop().animate({opacity:1},200);			    
    });
});
