$(document).ready(function() {
    $('#image_rotate').innerfade({
        speed: 1400,
        timeout: 4000,
        type: 'sequence',
        containerheight: '200px'
    });
});
