$(document).ready(function() {
	$('#cycle').cycle({
		fx: 'fade',
		pause:  1,
		random:  0,
		timeout:  5000,
		speed:    2000, 
	});
});
