$(document).ready(
function()
{
	$('#box').cycle({
		fx:      'fade',
		timeout: 7500,
		pause: 1
	});
	
	
});
