$(function(){
          $('#testimonial-list').cycle({
              fx:      'scrollHorz',
              speed:    'slow',
              timeout:  0,
              next:   '.next1',
				prev:   '.back1'
          });
  
          $('#program-content').cycle({
              fx:      'scrollHorz',
              speed:    'slow',
              timeout:  4000,
              pause:  1 ,
              pauseOnPagerHover: 1,
	   	       pager:  '#programnav',
		       pagerAnchorBuilder: function(idx, slide) {
		    	   return '#programnav li:eq(' + idx + ')';
		       }
          });
	
		  $('#program2-content').cycle({
              fx:      'scrollHorz',
              speed:    'slow',
              timeout:  6000,
              pause:  1 ,
              pauseOnPagerHover: 1,
	   	       pager:  '#programnav2',
		       pagerAnchorBuilder: function(idx, slide) {
		    	   return '#programnav2 li:eq(' + idx + ')';
		       }
          });
		  
          $('#mainimg').cycle({
              fx:      'fade',
              speed:    'slow',
              timeout:  3000,
              speed:  3000
          });
		  
		  $('#mainimg2').cycle({
              fx:      'fade',
              speed:    'slow',
              timeout:  3000,
              speed:  3000
          });
      });
