$(function(){
	$("#news").scrollable({
		circular: true
	});

	$("#recognition").scrollable({
		circular: true
	});
});
