$(function() {
	$('.news-updates').carouFredSel({
		auto: {
			play: true,
			pauseDuration: 5000
		},
		width:960,
		items: 1,
		direction: 'up'
	});
});


