slideDown is a popdown in IE7

slideDown is a popdown in IE7

I'm having simple slideDown of a phrase "But are you really?" on the right side of a header. In Every major browser, the phrase slides down smoothly to the horizon. In IE7 it slides down about a quarter inch above the horizon, then at the last minute, pops down. It's ugly compared to the other browsers, but I can't figure why IE is doing it differently. It's here: http://carinsurancesecrets.com

Here's the code:

  1. jQuery('#insured').hide();
  2. jQuery('#areyou').hide();
  3. jQuery('#insured').slideDown(3000,function(){jQuery('#areyou').css('text-indent','500px').slideDown(3000)});