var $j = jQuery.noConflict();

$j(document).ready(function() {
	// Slideshow
	// select #flowplanes and make it scrollable. use circular and navigator plugins
	$j("#flowpanes2").scrollable({circular: true, mousewheel: true, keyboard: false }).autoscroll({autoplay: true});
	$j("#flowpanes3").scrollable({circular: true, mousewheel: true, keyboard: false }).autoscroll({autoplay: true});
	$j("#flowpanes4").scrollable({circular: true, mousewheel: true, keyboard: false }).autoscroll({autoplay: true});
});
