Lo cambie pero sigue apareciendo a la izquierda :(
 
codigo:  
 Código PHP:
    while($row = mysql_fetch_array($_pagi_result))
{
    echo '<table summary="quien sabe" style="width:50%;" align="center">';
    echo '<tr><td align="center">'.crear_video($row[ruta]).'</td>';
    echo '<td align="center"><br />'.crear_video($row[ruta]).'</td></tr>';
    echo '</table>';
    echo '<br>';
}
echo "<br>";
echo '<table summary="quien sabe" style="width:50%; text-align:center">';
echo '<tr><td align="center">'.$_pagi_navegacion.'</td></tr>';
echo '<tr><td align="center"><br />'.$_pagi_info.'</td></tr>';
echo '</table>';
?>