// JavaScript Document
$(document).ready(function() {
		$('.testimonials').cycle({
			fx: 'fade' //  transition type
		});
	});

