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