jQuery(document).ready(function($){  
	//image rotation
	$('#image_rotate').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '226px'
	});
});