$(function() {
	$('#showcase').cycle({
		fx: 'scrollLeft', 
		speed: 1500, 
		timeout: 8000, 
		pause: 1
	});
});