$(document).ready(function() {

$("div#filiale_1").hover(function() {
		$("div#fade_1").fadeIn(1000);
	}, function() {
		$("div#fade_1").fadeOut(1000);
	});	

	$("div#filiale_2").hover(function() {
		$("div#fade_2").fadeIn(1000);
	}, function() {
		$("div#fade_2").fadeOut(1000);
	});
	
$("div#filiale_3").hover(function() {
		$("div#fade_3").fadeIn(1000);
	}, function() {
		$("div#fade_3").fadeOut(1000);
	});
	
	$("div#filiale_4").hover(function() {
		$("div#fade_4").fadeIn(1000);
	}, function() {
		$("div#fade_4").fadeOut(1000);
	});	

	$("div#filiale_5").hover(function() {
		$("div#fade_5").fadeIn(1000);
	}, function() {
		$("div#fade_5").fadeOut(1000);
	});
	
$("div#filiale_6").hover(function() {
		$("div#fade_6").fadeIn(1000);
	}, function() {
		$("div#fade_6").fadeOut(1000);
	});
	
		$("div#filiale_7").hover(function() {
		$("div#fade_7").fadeIn(1000);
	}, function() {
		$("div#fade_7").fadeOut(1000);
	});
	
$("div#filiale_8").hover(function() {
		$("div#fade_8").fadeIn(1000);
	}, function() {
		$("div#fade_8").fadeOut(1000);
	});
	
	$("div#filiale_9").hover(function() {
		$("div#fade_9").fadeIn(1000);
	}, function() {
		$("div#fade_9").fadeOut(1000);
	});
	
		$("div#filiale_10").hover(function() {
		$("div#fade_10").fadeIn(1000);
	}, function() {
		$("div#fade_10").fadeOut(1000);
	});
		
		$("div#filiale_11").hover(function() {
		$("div#fade_11").fadeIn(1000);
	}, function() {
		$("div#fade_11").fadeOut(1000);
	});
			$("div#filiale_12").hover(function() {
		$("div#fade_12").fadeIn(1000);
	}, function() {
		$("div#fade_12").fadeOut(1000);
	});
	
});
