
  $().ready(function() {
    $('.scrollContainer').codaSlider({
        autoSlide: true,
        autoSlideInterval: 6000,
        autoSlideStopWhenClicked: true,
		dynamicTabs: false,
		dynamicArrows: true
    	});
	});

	  $(function() {
		  $("#news-feed ul").accordion({
		  	autoHeight: false,
			event: 'mouseover'
		  });
	  });



