$(
	function () {
		$( "#left1" ).imageScroller( {speed:'5500', loading:'Wait please...'} );
		
		$( "#right1" ).imageScroller( {speed:'4000', direction:'right'} );
		
		$( "#top1" ).imageScroller( {speed:'5500',direction:'top'} );

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