jQuery(document).ready(function($){
	$('#new_carousel').cycle({
		speed:		2000,
		timeout:	1000,
		delay:		-1000
	});
});
