jQuery(document).ready(function() {
    jQuery('#ImageRotatorModule').innerfade(
        {
            animationtype: 'fade',
            speed: 750,
            timeout: 5000,
            type: 'sequence',
            containerheight: '125px'
        }
    );
});