{strip}
{if $albumlist}
<table cellspacing="0" cellpadding="0">
{section name=i loop=$albumlist}
<tr>
<td{if i} class="gallery_albumlist_image_except_first"{else} class="gallery_albumlist_image_first"{/if}>
<a href="{$albumlist[i].link}" title="{$albumlist[i].title}">
<img src="{$albumlist[i].random.image}" style="width:{$albumlist[i].random.width}px; height:{$albumlist[i].random.height}px;" alt="{$albumlist[i].random.title}" class="gallery_albumlist_image">
</a>
</td>
<td{if i} class="gallery_albumlist_title_description_except_first"{else} class="gallery_albumlist_title_description_first"{/if}>
<div class="gallery_albumlist_title">{$albumlist[i].title}</div>
{$albumlist[i].description}
</td>
</tr>
{/section}
</table>
{else}
<div id="error_empty">
{#l_error_empty_no_images#}
</div>
{/if}
{/strip}