Hi,

I'm using the navigator script to scroll pictures, whatever I'm setting, the "steps" paramater isn't working, it's always scrolling by 5 pictures.

The autoscroll is working ok, but when I click on the arrows, the custom step value is not taken into account.

This is my code :
<script>
$(document).ready(function() {
$("#chained").scrollable({hoverClass: 'hover'}).navigator().mousewheel()({
	steps: 6,
	interval: 3000		
});	
});
</script>
Can you please help??
Many thanxxx