 jQuery(document).ready(function() {

	
	$('.expertsWidget div.items').serialScroll({
		items:'li',
		prev:'.expertsWidget a.prev',
		next:'.expertsWidget a.next',
		duration:800,
		step:1,
		start:0,
		force:true,
		stop:true,
		lock:true,
		//easing:'easeOutBounce',
		easing:'easeInOutBack',
		cycle:true, //don't pull back once you reach the end
		jump: true //click on the images to scroll to them
	});
	
	
});  


