$(document).ready(function() {
		$('#image_rotatemd').innerfade({
			speed: 'slow',
			timeout: 8000,
			type: 'sequence',
			containerheight: '423px'
		});
	});