
$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		speed: 'slow', 
		timeout: 10000, 
		type: 'sequence', 
		containerheight: '148px'
	});
});

