Galleriffic and Zooma?

Galleriffic and Zooma?

Hello,

Has anyone tried to integrate the Galleriffic ( http://www.twospy.com/galleriffic/ ) plugin with the Zooma (http://www.jqueryzoomplugin.net/ ) plugin?

I have tried adding the Zooma html code, with jquery, to the image that is being generated by Galleriffic. Because I need the zooma image to change according to the galleriffic image that is being visualized. However, nothing is showing up.
  1. $urlzoom = $("#slideshow img").attr("name");
  2. $("#slideshow img").wrap('<a class="cursor-pointer" onmouseover="autoZoom()">');
  3. $("#slideshow img").attr("alt", "small");
  4. $('div#zoomImageRefContainer').appendTo('<a href="images/' + $seccao + '/fotos_lg/' + $urlzoom + '"></a>');
I've added the rest next to the gallerrific html, since the only thing I need to change is the url.

Also, does anyone know another option (that will be able to integrate with galleriffic) to show image close-ups on hover?

Any help would be really apprecieated! :s