Don't be sorry, and Don't Hi-Jack.
In future, please post about your own issue in your own thread, like here where I've moved this post, and:
Warning: Please include a link to the DD script in question in your post. See
this thread for the proper posting format when asking a question.
Yeah I know, you thought that was already covered, but please let us know, and please no more hijacking.
Edit: I did however take an interest in your page. It appears that the problem is some sort of conflict between jQuery and Prototype (or its various helper scripts). There are several routes you could go down. The best would probably be to use a jQuery Lightbox in place of the Prototype lightbox, use Google, you will find at least two, probably more jQuery Lightboxes. Or you could use the built in Lightbox of the slideshow. Or you could use the earlier version (1.51) of the slideshow which doesn't rely upon jQuery, but integrating Prototype Lightbox into it is a bit tricky - just a bit - and varies by Prototype Lightbox version. Or attempt to resolve the conflict - in theory simple - but with Prototype/jQuery I've seen it become virtually impossible. In any case, it is best to stick to just one javascript library (be it jQuery, Prototype, MooTools or whatever) per site.
Added Still Later:
Looking at this again I see you don't appear to even be using the Prototype Lightbox or its helper scripts, so if you were just to remove the following:
Code:
<script src="/common/includes/javascript/scriptaculous/lib/prototype.js" type="text/javascript"></script>
<script src="/common/includes/javascript/scriptaculous/src/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="/common/apps/lightbox/lightbox.js" type="text/javascript"></script>
<link rel="stylesheet" href="/css/lightbox.css" type="text/css" media="screen" />
from that page, you should be fine.
Bookmarks