$(function() {         
	$("div.scrollable").scrollable({ 
	    next: 'a.nextg', 
	    prev: 'a.prevg',    	
    	size: 5
	}); 
}); 