响应式内容滑动插件bxSlider

$(function(){
	$('.bxslider').bxSlider({
		mode: 'fade',
  		captions: true
	});
});