Did you make this template or is it one you have downloaded and modified, it appears you are losing margin or padding between the images, this could be down to some errors in the css code, firefox is much better at understanding 'faulty' code, missing semicolons and such, perhaps there is an error in your CSS? an easy way to diagnose most css problems is to run a W3C CSS Validation:
http://jigsaw.w3.org/css-validator/
Paste the URL of your stylesheet (.css file) into this page.
If this comes back valid it could well be a browser incompatibility issue.
Hope this helps
Rory