$(function() {
  $('#home-image').cycle({
		timeout:       10000,
		speed:         1000
  });

  $('#home-text').cycle({
      fx:     'fadeOut',
      timeout: 10000,
      delay:  0
});

});
