﻿$(document).ready(function() {
    $('#image_rotate').innerfade({
        speed: 2000,
        timeout: 6000,
        type: 'sequence',
        containerheight: '533px'
    });
});