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

		jQuery( "#bottom" ).imageScroller( {speed:'3500', direction:'bottom'} );
	}
)
