Jquery-Tools Scrollable, goto item?

Jquery-Tools Scrollable, goto item?

I'm also looking for something similar to this....

Quolte from another forum:

 "Is there a way to 'activate' an item in the list of items inside Scrollable? The thing I want to accomplish is this: call the api.seekTo() method inside a piece of javascript (this part works) and then visualy show the user what item in the Scrollable list it was that was sought. I know I can influence the appearance of an item clicked but what I do want is tell the scrollable to activate an item (and scroll if neccecary to bring said item into view).  So clicking I understand, telling or programaticaly setting the item _without_ clicking and make it stand out (by using the activeClass property)."

but I need the scrollable to goto the particular item, in this case my project is a dj timetable for times, so if its currently 2pm, goto that item in the scroller on start - of course, there's PHP involved, so that'll be used, I've already got the item classed as .active, all I need is the scroller to go to that item automatically.

Is this possible?