$(document).ready(function(){

// SLIDER

	$('#news_slider').cycle({
			fx: 'fade',
			timeout:	5000
		});
		
		$('#scroll_investement').cycle({ 
		    fx:     'fade', 
		    speed:  'fast', 
		    timeout: 5000, 
		    next:   '#scroll_up', 
		    prev:   '#scroll_down',
		    cleartype:  1 // enable cleartype corrections 
		});
	
});
