Adding prev / next buttons beside the image

Hi there

Just slowly customizing phpalbum - it's great! Thanks so much

I was going thru the code on imageview.tpl.php and was wondering where is the correct place to insert my images for previous and next buttons.

Is this the correct location?

<img alt="<? print $short_desc;?>" width="<? print $width;?>" height="<? print $height;?>" src="<? print $image;?>" border="1" style="border-color: #888888;"/>

Ideally, I'd like to have the prev/next navigations on either side of the image on the center.

Also, is there a way to loop the images when you click on them? I've noticed that once you reach the last image on the album, and you click on it, it does not take you back to the first image.

Thanks so much!