$(
	function () {
		$( "#sc_left" ).imageScroller( {loading:'Wird geladen...', speed:'4000'} );
		
		$( "#sc_right" ).imageScroller( {speed:'4000', direction:'right'} );
		
		$( "#sc_top" ).imageScroller( {direction:'top'} );

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