Thumbnail Slideshow with overlay

Thumbnail Slideshow with overlay

Hi, I have a prob with jQuery.
I needed a slideshow with only thumbnails (without the bigger image) and I did it with the GalleryView ( http://spaceforaname.com/galleryview/) plugin.
But now I need to create an overlay image zoom when i click on a thumbnail.
I mean i want that i click on a thumb and it appears on the screen like lightbox do it ( http://leandrovieira.com/projects/jquery/lightbox/).

I tried to put lightbox on my code and used it on my gallery, but it doesn't work because:
  1. <ul id="#gallery">
  2.       <li><a href="img.jpg"><img src="img.jpg" /></a>
  3.       ..........
  4. </ul>
does not work with galleryview plugin (it wants the <img> tag near the <li> tag)

How can i solve my prob :(

Thank you!