$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		speed: 'slow', 
		timeout: 6000, 
		type: 'random',
		containerheight: '202'
	});
});
