jQuery(document).ready(function(){
if (jQuery('#testimonial_slideshow').length > 0) {
					jQuery('#testimonial_slideshow').cycle({ 
						fx: 'scrollHorz',
						speed: 600,
						randomizeEffects: true, 
						timeout: 4000, 
						cleartype:  true,
                        cleartypeNoBg:  true,
                        next:'#slideNext', 
						prev:'#slidePrev'
					});
				}
		}
);			

