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