响应式内容滑动插件bxSlider

$(function(){
	$('.bxslider').bxSlider({
		auto: true,
  		autoControls: true
	});
});