(function($) { $(document).ready(function(){
	$('.partnerslideshow').cycle({
		fx: 'scrollLeft',
		random: 1,
		timeout: 2500
	});
});})(jQuery);


