$(document).ready(function(){

	$('#testimonialwrap').cycle({ 
		fx:     'fade', 
		speed:   500, 
		timeout: 6000, 
		next:   '#testimonialwrap', 
		pause:   1
	});

});
