jQuery(document).ready(function()
{
	jQuery("#rotate").cycle({
		timeout: 10000 //12 sec in between transitions
	});	
});