
$(document).ready(function () { 
  
  $('.view-id-home_rotator .view-content ul')
  .cycle({ 
      fx:    'scrollHorz',
      timeout: 10000,
			delay: -5000,
      height: 275,
			width: 500,
			pause: 1,
      cleartype:  1,
      cssBefore: { opacity: 1 },
      next:   '#rotator-next', 
      prev:   '#rotator-prev',
			cleartypeNoBg: true,
      animOut:  { opacity: .0}
  });

}); 