Thank you Alchymyth! I too was having this same problem. It look great on the homepage, but when I would go to my page.php or single.php the images were missing and the ImageReady slices would collapse.
Putting <?php bloginfo(‘stylesheet_directory’); ?>/images/xxxxxx.gif instead of putting wp-content/themes/theme_beta/images/xxxxxx.gif as the image directory solved my problem.
Thanks again : )