$(function() {
  $('#keyvisual-animated').cycle( {
    fx:'fade',
    delay:-4600,
    timeout: 6100,
    speed: 3600
  });
});