// JavaScript Document

$(document).ready(function(){
						   
	
	
	/*carousel*/
	/*scroll hover*/   
	 $("#img_1").hover(function(){
										
	  $(".uno").show();	
	},	
	function(){	
	  $(".uno").hide();	  

	});
	 
	 $("#img_2").hover(function(){
										
	  $(".due").show();	
	},	
	function(){	
	  $(".due").hide();	  

	});
	 
	  $("#img_3").hover(function(){
										
	  $(".tre").show();	
	},	
	function(){	
	  $(".tre").hide();	  

	});
	  
	   $("#img_4").hover(function(){
										
	  $(".quattro").show();	
	},	
	function(){	
	  $(".quattro").hide();	  

	});
	   
	    $("#img_5").hover(function(){
										
	  $(".cinque").show();	
	},	
	function(){	
	  $(".cinque").hide();	  

	});

	 $("#img_6").hover(function(){
										
	  $(".sei").show();	
	},	
	function(){	
	  $(".sei").hide();	  

	}); 
	 
	  $("#img_7").hover(function(){
										
	  $(".sette").show();	
	},	
	function(){	
	  $(".sette").hide();	  

	});
	  
	   $("#img_8").hover(function(){
										
	  $(".otto").show();	
	},	
	function(){	
	  $(".otto").hide();	
});	
 
 
$('#slider-code').tinycarousel({ display: 5 });	 


	$(document).pngFix(); 
		
}); 



