[jQuery] jquery serialScroll

[jQuery] jquery serialScroll


I am currently using serialScroll (http://flesler.blogspot.com/2008/02/
jqueryserialscroll.html) on my site at
http://zhiwancheung.com/sculpture.html (sculpture page)
Currently I am trying to link the images on the "sculpture" page from
a previous page
(http://zhiwancheung.com/works.html or works page) such that when I
click on a link from the "works" page, it will show the correct image
on the "sculpture page". I am passing an id from the target element on
the "sculpture" page as a hash and reading it from the "works" page.
(for instance, a href="sculpture.html#china_orange" and my sculpture
page will have an <li id="china_orange">)
However, a funny thing happened. The prev/next buttons seem to assume
I am on the first item of the list and scrolls accordingly. How can I
let the prev/next buttons know I've started on a later element?
Any help would be great!
-Chris