$(document).ready(function() {
	$('div#main').cycle({
		fx:'fade',
		speed:2000,
		timeout:3000
	});
});
