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