In the ammount of time you originally posted this, you could of had a look for yourself
Anyway its just a case of moving $pagenav in your forumdisplay templates
Edit:
Open forumdisplay_threadlist and above
Code:
<!-- topic table -->
and above add:
Code:
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td align="right"><smallfont>$pagenav</smallfont></td>
</tr>
</table>