$(function() {
	$(".scrollable").scrollable({ vertical: true, circular: true, items: "p"}).autoscroll({ interval:3000});		
});
