	$('#gallery')
		.cycle({
			fx: 'fade',
			speed: 'fast',
			timeout: 0,
			next: '#galleryNext',
			prev: '#galleryPrev'
		});