jQuery.noConflict();

jQuery(document).ready(function($){
 
   $('.cycle').cycle({
      fx: 'scrollLeft',
      //animOut: {opacity: 0, left: -600},
      pause: 1,
      speed: 2500,
      timeout: 9000,
      delay: -2500
      //random: 0
   });
     
});

