$(document).ready(function(){
   DD_belatedPNG.fix('#tab-la-storia,#tab-news .ribbon, .arrow-left, .arrow-right, .arrow-top, #prossimamente-online, #tab-rassegna-stampa, #tab-prenota-biglietti ');
	
	
	
	$(".ribbon-left a.main").hover(function(){
		$(".arrow-left").stop().animate({"left":"0"}, 200);
	},function(){
		$(".arrow-left").stop().animate({"left":"10px"}, 500);
	});
	
	$(".ribbon-right a.main").hover(function(){
		$(".arrow-right").stop().animate({"right":"0"}, 200);
	},function(){
		$(".arrow-right").stop().animate({"right":"10px"}, 500);
	});
	
	$("#tab-la-storia").hover(function(){
		$(".arrow-top").stop().animate({"top":"5px"}, 200);
	},function(){
		$(".arrow-top").stop().animate({"top":"10px"}, 500);
	});
	
	$("a.tab").hover(function(){
		$("#"+$(this).attr('ref')).stop().animate({"top":"452px"}, 200);
	},function(){
		$("#"+$(this).attr('ref')).stop().animate({"top":"442px"}, 500);
	});
	
	$("#tab-news-action").hover(function(){
		$("#tab-news").stop().animate({"top":"340px"}, 200);
	},function(){
		$("#tab-news").stop().animate({"top":"353px"}, 500);
	});
	
	
});
