$(function() {
  $('#featured').cycle({ 
    delay: -1000,
    timeout: 7000,
    prev: '#typoprev',
    next: '#typonext'
  });
});