$(document).ready(function(){
	$("#page-gallery").scrollable().navigator().autoscroll({
		interval: 5000
	});
});

