$(document).ready(function() {

	$('#testimonial').cycle({
		fx: 'scrollUp', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout:         4000, // time on each slide
		speed:           2000 // speed of transition
	});

});
