// wait until document is fully scriptable
$(function() {

	// select #flowplanes and make it scrollable. use circular and navigator plugins
	$(".flowpanes").scrollable({ circular: true, mousewheel: true }).autoscroll({ autoplay: true });
});
