$j(function(){
	$j('.scrollable').scrollable({
		size: 4,
		item: '.scrollable-item'
	});
});
