$(document).ready(function () {
	$("#testimonials").easySlider({
		auto: true,
		continuous: true,
		controlsShow: false,
		speed: 800,
		pause: 10000
	});
	
	$("#faq").accordion({
		animated: 'bounceslide',
		autoHeight: true,
		active: false,
		collapsible: true,
	});
});