$(function() {
	$('#featured').cycle({
		fx: 'scrollLeft',
		speed: 500,
		timeout: 3000
	});
});