Adding a simple rollover, pop-up image (using hoverbox) to your Magento catalog product grid is very simple:
First find style.css (located at: skin/frontend/default/yourtemplatename/css/style.css) (make sure you make a backup of the file) add the following styles:
/* hoverbox product grid pop-up */
.hoverbox {cursor: default; list-style: none;}
.hoverbox a {cursor: default;}
.hoverbox a .preview {display:

