jQuery(function( $ ){				
$("a.iprev").click(function(event){ return false; });
$("a.inext").click(function(event){ return false; });
				
	$('.thumbblock').serialScroll({						  
		event:'mousedown',
		items:'div.testimage',
		prev:'a.iprev',
		next:'a.inext',
		step:4,
		axis:'y',
		cycle:false,
		duration:100,
		easing:'linear',
		exclude:4
		
	});
	
	
});
