$('#cycle').cycle({ 
	fx: 'fade', 
	speed: 5000,
	pause: 1,
	next: '#next',
	prev: '#prev',
	pager: '#nav'
});
