$(document).ready(function(){
	$('.news-scroll').cycle({
		fit:1,
		width:'470px',
		height:'29px',
		next:'#news-next',
		prev:'#news-prev'
		});
});

