$(document).ready(function()
{
	$('#testimonial-slider').cycle(
	{ 
    	fx:     'scrollDown', 
    	speed:    1000, 
    	timeout:  15000 
	});

});
