$(function() { 
	if (typeof $("ul#customer-testimonials") !== "undefined" ) {
		$("ul#customer-testimonials").cycle({ 
			fx: "scrollDown", 
			speed: 2000, 
			timeout: 9000, 
			height: "auto", 
			easing: "", 
			cleartypeNoBg: true, 
			pause: 6 
		}); 
	}
});
