The scrolling is based on the mouse position. It is not speed based. You could try this but I don't guarantee it will work since your images are very big and the scroller has certain limitations:
Open HScroller.as file at line 180:
Code:
var offset:Number = margin+tw;
change it to
Code:
var offset:Number = 15;
Republish the swf to see the results.