$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		speed: 1000, 
		timeout: 6000, 
		type: 'sequence' 
	});
});

