$(document).ready(function(){
    
    // assign the slider to a variable
    $('.slider_11').bxSlider({
        controls: false,
        mode: 'fade',
        auto: true,
        speed: 1000,
        pause: 5000
    });

    
});
