//rotateImages

$(document).ready(function() { 
	$('#image_rotate').innerfade({
		speed: 'slow', 
		timeout: 5000, 
		type: 'sequence', //||random
		containerheight: '135px'
	});
});
//rotateImages stop
