jQuery.noConflict();

jQuery(document).ready(function($){

/*----------------------------------------------------
  		 Latest News and Testiminials scroller
------------------------------------------------------*/
 
 	jQuery('#latest-news ul').cycle({ 
	    fx: 'scrollVert',
		speed: 650,
		rev: true,
		timeout: 10000,
		next:   '#latest-news ol li.next', 
	    prev:   '#latest-news ol li.previous'
	 });      
		
	jQuery('#testimonials ul').cycle({ 
	   fx: 'scrollVert',
		speed: 650,
		rev: true,
		timeout: 10000,
		next:   '#testimonials ol li.next', 
	    prev:   '#testimonials ol li.previous'
	});
 
});


    
