$(
	function () {
		if($("#left") != null) $( "#left" ).imageScroller( {loading:'Wait please...'} );
		
		if($("#right") != null) $( "#right" ).imageScroller( {speed:'4000', direction:'right'} );
		
		if($("#top") != null) $( "#top" ).imageScroller( {speed:'40000', direction:'top'} );

		if($("#bottom") != null) $( "#bottom" ).imageScroller( {speed:'3500', direction:'bottom'} );
	}
)