$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		speed: 'slow', 
		timeout: 8000, 
		type: 'random',  <!-- of sequence -->
		containerheight: '657px'
	});
});