$(document).ready(function() {

    $('#features').jshowoff({
        controls: false,
        changeSpeed : 600,
        speed : 5000
    });

});
