$(document).ready(function() {
	$('div#img').show();
	
	$('div#img').cycle({
		fx: 'fade',
		timeout: 500,
		autostop: true,
		autostopCount: 2
	});
});
