Well in caraousel.js there is no line. 32
try using something synonymous with the following code instead, I mean that the .animate () call should be something like animate ({marginLeft: "233px"})
$('.browse.button.next.right').parent().find('.holder').children('li').eq('0').animate({marginRight: "-233px"});
it will work like the previous click
$('.browse.button.next.right').parent().find('.holder').children('li').eq('0').animate({marginLeft: "233px"})
this will work with the next click
and these syntaxes work in both chrome and firefox ..
source share