$(
	function () {
		$( "#scroll_left" ).imageScroller();
		$('#static_fade').cycle({ 
			fx:     'fade', 
			speed:   300, 
			timeout: 3000, 
			next:   '#static_fade', 
			pause:   1 
		});
	}
)	