I would guess that there's a problem with the file permissions on your images. Cd to your image dir and issue for instance:
chmod -R 755 . (including the dot)
Hope this helps.