$(document).ready(function(){
	$("#aggiornamento-fondo").fadeTo(0, 0.8);
	$("#aggiornamento-x").hover(function () {
	  $(this).stop(false,true).animate({ color: "#FFFFFF" }, "fast");
	  },function() {
	  $(this).stop(false,true).animate({ color: "#E8E6D1" }, "normal");
	});
	$("#aggiornamento-x").click(function () {
      $("#aggiornamento").fadeOut("slow");
	});
});
$(window).load(function () {
	$("#top,#bottom").fadeIn("normal");
	$("#centro").fadeIn("fast");
	$("#fondo").wait(600).fadeIn("fast");
	$(".tondo-01").wait(400).fadeIn("normal");
	$(".tondo-02").wait(600).fadeIn("normal");
	$(".tondo-03").wait(800).fadeIn("normal");
	$(".tondo-04").wait(1000).fadeIn("normal");
	$(".tondo-05").wait(1200).fadeIn("normal");
	$("#sinistra").wait(1200).fadeIn("normal");
	$("#logo").wait(1800).animate({top: 8}, {duration:800, easing: 'easeOutBounce'});
	$("#musica").wait(1500).animate({top: 620}, {duration:1100, easing: 'easeOutBounce'});
	$("#menu,#striscia-01,#striscia-02,#striscia-03,#striscia-04,#striscia-05,#striscia-06").wait(2600).fadeIn("normal");
	$("#shopping").wait(2900).fadeIn("normal");
	$("#contact").wait(3200).fadeIn("normal");
	$("#contenuti").wait(1500).fadeIn("normal");
	$("#aggiornamento").wait(2500).fadeIn("normal");
});
