Yes as Ryan said above you need to get rid of the border on the image.
Some browsers decided that images that are links should get a nice blue border by default (whoever thought that was a good idea). I usually switch this off by default for all images right at the start of my stylesheet with:
img, a img {border:none}
Of course if you later want a border then just over-ride it with a more specific style.