My default style must be missing a hook or something so I just manually add the code.
For anyone who wants to place this in another location manually just ad this code to where you would like it.
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat">
<if condition="$vboptions['afm_cb']"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('afm_box')"><img id="collapseimg_afm_box" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_afm_box].gif" alt="" border="0" /></a></if>
<if condition="$vboptions['afm_dt']==2">$vbphrase[afm_sec6]<else />$vbphrase[afm_latestpicture]</if>
</td>
</tr>
</tbody>
<if condition="$vboptions['afm_cb']">
<tbody id="collapseobj_afm_box" style="$vbcollapse[collapseobj_afm_box]">
</if>
<tr>
<td class="alt1" style="text-align:justify">
<table width="100%" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
<tr>
$resimler
</tr>
</table>
</td>
</tr>
<if condition="$vboptions['afm_cb']">
</tbody>
</if>
</table>
<br />