Test Results do not account for 7 seconds?

First off I want to say great contribution to the web! Secondly I am looking at the following report:
http://www.webpagetest.org/result/101021_8SNA/1/screen_shot/

At the very bottom you will see these stats:

4.894 sec. (24 items remaining) Downloading picture http://lampsusa.securednshost.com/media//badge_free_shipping-1.gif
12.977 sec. Done

Does anyone have any recommendations on how I can figure out what is going on in that last 7 seconds?

It only seems to occur in IE (Chrom & FireFox load fine)

Thanks!
Jessica Hartman

Go to the waterfall page, it tells you exactly what is going on: http://www.webpagetest.org/result/101021_8SNA/1/details/

It looks like you have a bunch of images that have the incorrect path and are returning 404’s (after taking quite a while to fail) - red = bad. For example:

http://lampsusa.securednshost.com/images/fancybox/fancy_shadow_ne.png

Fix all of the broken images and the page should be a lot faster (and actually work).

Thanks,

-Pat