$(function() {
	$('#carousel').cycle({
		fx: 'scrollLeft',
		speed: 500,
		timeout: 2000,
		next: '#current-client',
		pause: 1
	});
});
