That version of Lightbox has no myLightbox. Even if it did, there are no rel="lightbox" links on that page that you could be trying to invoke that way. And you are using jQuery on that page for the slideshow.
So I'd suggest switching to Slimbox2 (also jQuery based) for the lightbox duties:
http://www.digitalia.be/software/slimbox2
Once installed, you can launch a Slimbox lightbox from javascript as described here:
http://code.google.com/p/slimbox/wik...avascript_code
Slimbox will also launch ordinary rel="lightbox" links in the normal manner.
You only need one copy of jQuery for the page, but I'd suggest updating to version 1.6.4 which can be done simply by changing the numbers in the tag as shown:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
Bookmarks