 jQuery(document).ready(function() {
	$('.themaWidget div.items').serialScroll({
		items:'li',
		prev:'.themaWidget a.prev',
		next:'.themaWidget 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: false //click on the images to scroll to them
	});
});  


