$(document).ready(
        function(){
                $('#home-slides').innerfade({
                        speed: '5000',
                        timeout: 5000,
                        type: 'sequence',
                        containerheight: '208px'
                });
        }
);

