$(function() {
	$('#slide_panel').cycle({
			fx: 'scrollLeft',
			speed: 2000,
			timeout: 5000
	});
}); 