/*$(document).ready(function(){

	$('#contain-liste').serialScroll({
		items:'li.liFicheProduit',
		prev:'.btn_precedent',
		next:'.btn_suivant',
  		axis:'x',// The default is 'y' scroll on both ways
  		duration:500,// Length of the animation (if you scroll 2 axes and use queue, then each axis take half this time)
  		force:true, // Force a scroll to the element specified by 'start' (some browsers don't reset on refreshes)
  		jump:true, // If true, items become clickable (or w/e 'event' is, and when activated, the pane scrolls to them)
  		interval:7000, // It's the number of milliseconds to automatically go to the next
	}); 
    
});*/


