// testimonials on home page
$(function() {
	//$('#testimonial-slideshow').css({'height' : 'auto'});
    $('#testimonial-slideshow').cycle({
        speed: 500,
		timeout: 3000,
		random:	1
    });
});
