jQuery(document).ready(function($){
  $('#slider').cycle({
    fx:'fade',
    speed:2520,
    timeout:2500
  });
});
