$(document).ready(function(){
	$("#nav a").hover(function() {
	$(this).stop(false,true).animate({ color: "#FFF" }, "normal");
	},function() {
	$(this).stop(false,true).animate({ color: "#7F6E29" }, "slow");
	});
	$("#center-contenuti a").hover(function() {
	$(this).stop(false,true).animate({ color: "#000" }, "normal");
	},function() {
	$(this).stop(false,true).animate({ color: "#7F6E29" }, "slow");
	});
	$("#center-home a").hover(function() {
	$(this).stop(false,true).animate({ color: "#FFF" }, "normal");
	},function() {
	$(this).stop(false,true).animate({ color: "#7F6E29" }, "slow");
	});
	$(".bottonesx").hover(function(){
	$(this).stop(false,true).fadeTo("slow", 0.5);
	},function(){
	$(this).stop(false,true).fadeTo("slow", 1.0);
	});
	$(".bandiere").hover(function(){
	$(this).stop(false,true).fadeTo("slow", 0.5);
	},function(){
	$(this).stop(false,true).fadeTo("slow", 1.0);
	});
	$(".bottonedx").hover(function(){
	$(this).stop(false,true).fadeTo("normal", 0.5);
	},function(){
	$(this).stop(false,true).fadeTo("slow", 1.0);
	});
	$(".materiali").hover(function(){
	$(this).stop(false,true).fadeTo("normal", 0.5);
	},function(){
	$(this).stop(false,true).fadeTo("slow", 1.0);
	});
	$(".materialidx").hover(function(){
	$(this).stop(false,true).fadeTo("normal", 0.5);
	},function(){
	$(this).stop(false,true).fadeTo("slow", 1.0);
	});
});
$(window).load(function () {
	$(".carica").fadeTo("slow", 1.0);
});
