I think the problem is that the height & width of the image are set to blank. From the source:

height="" width=""
This is causing the image to display as a single pixel in my current browser.

Either the hieght/width attributes need to be set properly or left off the img tag.