Image slideshow with captions

jQuery: 
$(function(){
  $('#slider1').bxSlider({
    mode: 'fade',
    captions: true,
    auto: true,
    controls: false
  });
});

Note: captions are created from the image element's title attribute