$(document).ready(function() {
	$('#partnerList').serialScroll({
		items:'img',
		prev:'#scrollToUp',
		next:'#scrollToDown',
		axis:'y',
		duration:400,
		cycle:false,
		easing:'linear',
		lazy:true,// NOTE: it's set to true, meaning you can add/remove/reorder items and the changes are taken into account.
		step:1 // scroll 2 news each time
	});
});
