    $(document).ready(
    function(){
        $('#slider').innerfade({
            animationtype: 'fade',
            speed: 750,
            timeout: 5000,
            type: 'sequence',
            containerheight: 'auto'
        });
    });