$(document).ready(function(){		

  $('#customerSiteFocus').cycle({ 
      speed:      1500, 
      timeout:    5000,
      height:     '275px',  
      pause:      1,
      cleartype:  1 
  });

});