Those yellow-background pop-up boxes are the images' title tags. In order to get rid of them, you'll need to remove the titles from the image elements.

The easiest way I can think of to fix this is in your includes/functions/html_output.php file, comment out this line (around line 201):

PHP Code:
      $image .= ' title=" ' zen_output_string($alt) . ' "'
BrandTim