$(document).ready(function() {

$('#bloc_basket').serialScroll({
             items:'td',
             prev:'#pre',
             next:'#next',
             offset:0, //when scrolling to photo, stop 230 before reaching it (from the left)
             start:1, //as we are centering it, start at the 2nd
             duration:00,
             force:true,
             stop:true,
             lock:false,
             cycle:false //don't pull back once you reach the end
           /*  easing:'easeOutQuart', //use this easing equation for a funny effect
            /* jump: true //click on the images to scroll to them*/
         });

});
