You need a another div
within the scrolling div
that has a total width equal to all of the widths of it's children.
See: http://jsfiddle.net/joshdavenport/SasDh/2/
There was already an extra div
there so I used that one
Bonus: To get rid of the vertical scroll bar use overflow-y: hidden
. See: http://jsfiddle.net/joshdavenport/SasDh/3/