$(".hoverBtnHome").hover(function(){$(this).fadeOut(100);$(this).fadeIn(500);});