You need to edit this table:
Code:
<table border="0" width="100%">
<tr>
<td><img src="<?php echo "$imagedir/$HTTP_GET_VARS[image]"; ?>" border="0"></td>
</tr>
<tr>
<td><?php echo "$HTTP_GET_VARS[text]"; ?></td>
</tr>
</table>
You'll have to add you class="whatevers" there etc.
:cheesygr: