Need help with Scroll Follow

Need help with Scroll Follow

Im trying to accomplish this exact effect: http://store.apple.com/us/configure/MC511LL/A?mco=MTg1ODA4MDM 
 
 
Is there any way to modify the code to work exactly like the apple website, i want the scroll div to stay at the top of the when the page is scrolled, no animation. when i asjust the animation from 500ms to 0 it just bounces into polace and looks gittery.
 
lines 3332-2228 jquery.js
======================
jQuery.extend( jQuery.fx, {
 speeds:{
  slow: 0,
   fast: 0,
   // Default speed
   def: 0
 },
=========================






 Any ideas, im stuck!