// wait until document is fully scriptable
$(function() {
			$("#flowpanes").scrollable({circular: true, mousewheel: false, speed:2000}).navigator().autoscroll({
			easing: 'easeInOutSine', 
			interval: 10000		
			});
});
