Hi,

what's the best way to start out with a random position.

I tried to use the move() and setPage() method with Math.floor(Math.random()*x)

Didn't work :(

 $(function() { 
  
    // initialize scrollable 
	$("div.scrollable").scrollable({hoverClass: 'hover'}).circular().mousewheel().autoscroll({ 
    steps: 1,
	size: 1,
    interval: 7500         

Any ideas?

best regards

peili