Try this:
$('.next').click(function(){ $('div.slide').animate({ left: "-=800px" }, 800, function() { // Animation complete. });});
Try this:
$('.next').click(function(){ $('div.slide').animate({ left: "-=800px" }, 800, function() { // Animation complete. });});