var $jx = jQuery.noConflict();

$jx(
	function () {
		$jx( "#left" ).imageScroller( {loading:'Wait please...'} );
		
		$jx( "#right" ).imageScroller( {speed:'1000', direction:'right'} );
		
		$jx( "#top" ).imageScroller( {direction:'top'} );

		$jx( "#bottom" ).imageScroller( {speed:'1000', direction:'bottom'} );
	}
)
