that's easy


in video.tpl

httpdocs > templates > video.tpl

find this div

<DIV class="moduleFeatured">
<TABLE cellSpacing="0" cellPadding="0" width="712" border="0" align="center">
<TR vAlign="top">
{if $smarty.request.viewtype eq "" or $smarty.request.viewtype eq "basic"}
{section name=i loop=$answers}
{if $smarty.section.i.index mod 4 eq "0" and $smarty.section.i.index gt "0"}</tr>
<tr>{/if}
<TD align="center">
<A href="{$baseurl}/view/{$answers[i].VID}/{$answers[i].title|lower|regex_replace:"/[^a-z0-9]+/":"-"}/">
[img]{$tmburl}/1_{$answers[i].VID}.jpg[/img]
</A>


replace it with this code