> I think this might be related to the pagerAnchorBuilder being called > multiple times (each time the slideshow is hidden and then reopened). What > can be done about this?
Yeah, since you regenerate the pager controls each time startSlideShow is run you should add this before calling cycle: $('#image_gallery').empty(); and probably this too: $('#prev,#next').unbind('click');