skin/ability/customer/main/product_above.tpl
Replace...
Code:
{if $active_modules.Special_Offers}
<table cellspacing="0" cellpadding="0" border="0">
<tr>
{include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
</tr>
</table>
{/if}
With...
Code:
{if $active_modules.Special_Offers}
<center>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
{include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
</tr>
</table>
</center>
{/if}