Open Sources/Gallery2.php
Find the showtopgallerybar function and replace with
function ShowTopGalleryBar($title = ' ')
{
global $txt, $context;
echo '
<table class="table_list">
<tbody class="header">
<tr class="catbg">
<td align="center" colspan="4" class="catbg"><span class="left"></span>', $title, '
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="90%">
<tr>
<td align="right">
', DoToolBarStrip($context['gallery']['buttons'], 'top'), '
</td>
</tr>
</table>
<br />';
}