IF you just want to disable temporarily then you could use firefox and web developers toolbar and select disable all images there .

or CSS again all images would be

img {display: none;}

but if there is a problem loading images , then you will need to do some image optimization to cut down the size so it does load quicker. there is loads of images on my adhesive tape site , but it seems to load in a reasonable time.

Good luck .