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