Actual code generated
Looking at the code generated when trying to preview the gallery, I can see where the problem is. The agerelief folder does not exist in the www.agerelief.com domain. That is the root folder that the domain lives in.
Here are a few examples:
Is:
<script type="text/javascript" src="/agerelief/PowerGallery100/js/mootools-core.js"></script>
Should be:
<script type="text/javascript" src="PowerGallery100/js/mootools-core.js"></script>
Is:
<img alt="" src="http://agerelief.com/agerelief/PowerGallery100/images/1/670656794_airshow2009friday_1235_782p.jpg" />
Should be:
<img alt="" src="http://agerelief.com/PowerGallery100/images/1/670656794_airshow2009friday_1235_782p.jpg" />