$('#catalog li a').click(function() { $('body, html').animate({scrollLeft: '+=10'}); return false; });