jQuery(function($){

    $('#slider').anythingSlider({
        width:953,
        height:350,
        startText: '',
        stopText: '',
        delay : 5000,
        resumeDelay: 5000,
        autoPlay: true,
        autoPlayLocked: true,
        easing:'easeOutExpo'
    });

});
