No, it\'s not an extra comma.
Here is the snip that is giving me the problem.
$(document).ready(function(){ $(\"div#slider\").easySlider({
Try putting all your object properties in (double)quotes, like this:
$("div#slider").easySlider({ 'auto': false, 'continuous': true, 'nextId': "nextBtn", 'prevId': "prevBtn" });