$(function() {

	// Testimonials
	$('#testimonial-slideshow .wrap').cycle({ 
		fx:     'scrollRight',
		timeout: 10000,
		delay:  -2000
	});
});