I've been playing with Rik Lomas' pager plug--in and have run into a problem specific to Safari. It seems Safari isn't honoring/recognizing the display:none that the plug-in is attaching to the paged content when the paged content is nested within a div that is set to display:none. In my demo (http://64.13.206.202/pagerDemo/), the paged content is nested within 2 divs that need to be shown before the paged content is viewable. If you remove the display:none of those 2 divs, then the paged content functions properly in Safari. If you don't, Safari doesn't hide the paged content.
To see it in action, click Toggle Lists and then New List in Safari. You'll see Set 2 and Set 3 items when you should only be seeing Set 2 items. Any help would be appreciated.