$(document).ready(function() {	
	$('div#news-container ul').cycle({fx: 'scrollLeft', timeout:  6000});
 });
