$(document).ready(function()  {
	var root = $("#flowpanes").scrollable({ circular: true, mousewheel: true , speed :700}).autoscroll({ autoplay: true , interval:500 }).navigator({ navi: "#flowtabs" , naviItem: 'a', activeClass: 'active', history: false});
	
	// provide scrollable API for the action buttons
	window.api = root.data("scrollable");
});
