$(function() {
	
	$('#main').cycle({
		speed: 2000,
		timeout: 4000,
		pause: 1
	});
		       		
	$('#main').css({
		display: 'block'
	});
	
});