Since there are several different areas within zen cart that display product images, you will need to find the various classes id's that handle this.
as a starter just add the following to your stylesheet.css
.productListing-data img, .centerBoxContentsNew img, .sideBoxContent img {
border:1px solid #000;
}
Bookmarks