$(function() {

	// initialize scrollable
	$("div.scrollable").scrollable({size:4, clickable:false});;
	
});


