$(function() {		
		
	// initialize scrollable 
	$("div.scrollable").scrollable({
		size: 3
                  
		
	});	
	
});
