$("#facebookbutton").hover(
function(){$("#facebookbutton").stop().animate({backgroundColor: "#006cff", height: 50},{duration:200, easing:"easeOutCirc"} );},
function(){$("#facebookbutton").stop().animate({backgroundColor: "#000", height: 36}, {duration:1000, easing:"easeInOutElastic"});}
);