jQuery(function( $ ){
	$('#marquee').cycle({
		fx: 'scrollLeft',
		delay:-10,
		speed:15000,
		continuous:true
	});
});