﻿$(document).ready(function(){    
	/* Scrolling News Section (sitewide)                    */
	/* Info: http://plugins.jquery.com/project/SerialScroll */
	$('#newsContainer').serialScroll({
	    easing:'easeinout',
        target:'#newsSection',
		items:'li.section', 
		prev:'#newsNavPrev',
		next:'#newsNavNext',
		axis:'x',
		stop:true,
		lock:false, 
		force:true,
		interval:7000 
	});	
});