jQuery.noConflict();

jQuery(document).ready(function($){

$('.index #sites .cycle').cycle({ 
      fx: 'scrollHorz', 
      speed: 2000,
      timeout: 7000,
      //delay: -5000,
	  easing: 'easeInOutBack',
      next: '#sites #next',
      prev: '#sites #prev'
   }); 

});