 $(document).ready(function() {
			// put all your jQuery goodness in here.
					
			$('#newsList').cycle({
			    slideExpr: '.newsListItem',
				fx:      'scrollDown',
				pause: 0,
                delay:0,
				speed:    'slow', 
				timeout:  10000,
				sync: 0,
				startingSlide: 0, 
				//pagerEvent: 'mouseover' ,
				pauseOnPagerHover: true 
				// callback fn that creates a thumbnail to use as pager anchor 
			});
 });
			
				
				
				
				
	
 
