$(document).ready(function() {
						   
	$("div.scrollable").scrollable({
					
		size: 4 // number of products to display at a time in scrollable window
					
	});

});