$('#flat').hover(function () { $("#flat2").stop().fadeIn(500);},function(){$("#flat2").stop().fadeOut(0);})