you can try this:
- make a "mask div" and set the position relative, set the width, and overflow hidden.
- make a content div inside the mask div and set position fix
Now you can put two button: left and right, and you need to modifiy only the content div's left value
Similar as Patches solution :)