I suggest you mean this:
`
<?php while (next_image(false, $firstPageImages)): ?>
<div class="image wrap">
<div class="imagethumb">
<a>" class="thickbox" rel="image" title="<?php echo getBareImageTitle();?>">
<?php printCustomSizedImageMaxSpace(getBareImageTitle(),525,350); ?>
</a>
</div>
<?php endwhile; ?>
</div>
`
But this still doesn't work. When I click at the thumb, it opens me new blank page just with the image.