$('#flat').hover(function () { $("#flat2").stop(true).fadeIn(500);},function(){$("#flat2").stop(true).fadeOut(0);})
$("#flat2").show().css('opacity','0.0'); $('#flat').hover(function () { $("#flat2").stop().animate({opacity:1},500);},function(){$("#flat2").stop().css('opacity','0.0');})