Here is the complete section you deleted...

<div class="section bg2">
<div class="hd">
<div class="hd-l">Watch</div>
</div>

<table cellspacing=0 cellpadding=0 width=298 border=0 >
<tr>

<td align="middle" width="104" style="padding-left:5px;">

{if $video_prev === ''}
[img]{$baseurl}/templates/images/no_prev.gif[/img]
&lt; PREV
{else}
<a href="{$baseurl}/view/{$related_videos[$video_prev].VID}/{$related_videos[$video_prev].seo_name}/">
[img]{$tmburl}/1_{$related_videos[$video_prev].VID}.jpg[/img]</a>
<div style="font-weight: bold; font-size: 10px; padding-top: 3px">
&lt; PREV
</div>
{/if}
</td>

<td align="center" style="padding-top:10px;">
{insert name=adv_status assign=status adv_name='video_right_single'}
{if $status eq "Active"}
{insert name=advertise adv_name='video_right_single'}
{else}
{if $smarty.request.id ne "" }
[img]{$tmburl}/1_{$smarty.request.id}.jpg[/img]<div style="font-weight: bold; font-size: 10px; padding-top: 3px">NOW PLAYING</div>
{/if}
{/if}
</td>

<td align="center" style="padding-left:8px;">
{if $video_next eq ""}
[img]{$baseurl}/templates/images/no_next.gif[/img]
NEXT &gt;
{else}
[img]{$tmburl}/1_{$related_videos[$video_next].VID}.jpg[/img]
<div style="font-weight: bold; font-size: 10px; padding-top: 3px">
NEXT &gt;
</div>
{/if}
</td>

</tr>
</table>


</div>