  $(document).ready(function(){
    $('#testimonialslider').bxSlider({
		mode: 'fade', 
		controls:false, 
		auto: true,
		pause: 6000,
		speed: 500,
		randomStart: true
		
	});
  });
