$(document).ready(function(){
				$('.produzioni').hover(function(){
					$(".coverfede").stop().animate({top:'0px', left:'0px'},{queue:false,duration:200});
					$(".coverfedeb").stop().animate({top:'-33px', left:'0px'},{queue:false,duration:100});
				}, function() {
					$(".coverfede").stop().animate({top:'-260px', left:'218px'},{queue:false,duration:600});
					$(".coverfedeb").stop().animate({top:'0px', left:'0px'},{queue:false,duration:600});
				});
				
				$('.compagnia').hover(function(){
					$(".coveraldo").stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
					$(".coveraldob").stop().animate({top:'0px', left:'33px'},{queue:false,duration:100});
				}, function() {
					$(".coveraldo").stop().animate({top:'510px', left:'423px'},{queue:false,duration:600});
					$(".coveraldob").stop().animate({top:'0px', left:'0px'},{queue:false,duration:200});
				});
				
				$('.formazione').hover(function(){
					$(".coveranto").stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
					$(".coverantob").stop().animate({top:'21px', left:'0px'},{queue:false,duration:100});
				}, function() {
					$(".coveranto").stop().animate({top:'393px', left:'0px'},{queue:false,duration:600});
					$(".coverantob").stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
				});
				
				
			});

