Ahhh...you've left width="40%" in your <img> tag...that is taking up 40% of your div container even though the picture is much smaller.
Take it out completely like I did - or - set a max-width:Xpx (where X is the largest number of pixels you want it to take up)...I think those images were about 80px wide IIRC.
Cheers,
|