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