I was trying to get this working, found here: Horizontal scrolling div using buttons
But i was getting a error; unexpected token in my code, i can't figure out what i'm missing.
$('#left-button').click(function {
$('#productcontainer').animate(
marginLeft: +="200px"
, "fast");
});
Thanks for the heads up!