Lots of examples of how to scroll a div's contents horizontally. Problem is that when the element you are horizontally scrolling is in the middle of a page that is itself vertically scrollable (due to its contents being longer than the window size), the page scrolls as vertically as well as the div's content scrolling horizontally.
An example is here: http://jsfiddle.net/MvRdD/1/ ... just resize the RESULT window so that its shorter than the image, then use your mousewheel and you will see whats going on.
Thanks in advance!!