$(document).ready(function() {
	// see options here http://jquery.malsup.com/cycle/options.html
	
	$('.testimonials').cycle({
		fx: 'scrollUp', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 11000,
		continuous: 0
		//speedIn: 2000,
		//speedOut: 1000
	});
});
