$(function() {
	$('#testimonials_box').cycle({
		cleartype:  true,
		cleartypeNoBg:  true,
		timeout: 3000
	});
});

