$(function() {    
  $('#campaignslideshow').cycle({
		fx:     'scrollLeft',
		speed:  'slow',
		random: 1,
		timeout: 6000
  });
});

