$(document).ready(function(){
	$('#testimonials #quote-slider').bxSlider({
		auto: true,
		controls: false,
		pause: 6000,
		speed: 1500
	});
});
