$(function(){
	
	if($('#services_wrap').length){
			
		$('#services_wrap').cycle({
			fx:      'scrollUp', 
		    speed:    3000, 
		    timeout:  10000,
		    pause:    1
		});
	}
	if($('#studies_wrap').length){
			
		$('#studies_wrap').cycle({
			fx:      'scrollUp', 
		    speed:    3000, 
		    timeout:  10000,
		    pause:    1,
		    delay:    2000
		});
	}

	if($('#news_wrap').length){
		$('#news_wrap').cycle({
			fx:      'scrollUp', 
		    speed:    3000, 
		    timeout:  10000,
		    pause:    1,
		    delay:    4000
		});
	}
	
});