


var $j =jQuery.noConflict(true)
$j(
	function () {
		$j( "#flashSection" ).imageScroller( {loading:'Wait please...'} );
		
		$j( "#right" ).imageScroller( {speed:'4000', direction:'right'} );
		
		$j( "#top" ).imageScroller( {direction:'top'} );

		$j( "#bottom" ).imageScroller( {speed:'3500', direction:'bottom'} );
	}
)

