$(
	function () {
		$( "#s1" ).imageScroller( {speed:'7000', direction:'top', loading:'Wait Please...'} );
		
		$( "#s2" ).imageScroller( {speed:'7000', direction:'top', loading:'Wait Please...'} );

		$( "#s3" ).imageScroller( {speed:'7000', direction:'top', loading:'Wait Please...'} );

		$( "#s4" ).imageScroller( {speed:'7000', direction:'top', loading:'Wait Please...'} );
		
		$( "#right" ).imageScroller( {speed:'7000', direction:'right', loading:'Wait Please...'} );
		
		$( "#top" ).imageScroller( {speed:'7000', direction:'top', loading:'Wait Please...'} );

		$( "#bottom" ).imageScroller( {speed:'3500', direction:'bottom'} );
	}
)
