Code:
<img src="{$images[image].tmbn_url}" alt="{$images[image].alt|escape}" style="padding-bottom: 10px;" width="PUTYOURSIZEHERE"/>
Is the thumbail for max width.
Code:
<img src="{$xcart_web_dir}/image.php?id={$images[image].imageid}&type=D" alt="{$images[image].alt|escape}" style="padding-bottom: 10px;" width="PUTYOURSIZEHERE" />
Is the full size image for max width.