// execute your scripts when the DOM is ready. this is mostly a good habit
$(function() {

	// initialize scrollable
	$("div.scrollable").scrollable({size:2}).circular();
	$("div.scrollable-page").scrollable();
	
});


