$('#banner-slides').cycle({
  fx: 'uncover',
  height: '310',
  speed: 900,
  timeout: 7300,
  pager: '#banner-nav'
});

/*
$('#banner-photo').cycle({
  fx: 'uncover',
  timeout: 7300,
  next: '.next',
  prev: '.prev',
});

$('#banner-text').cycle({
  fx: 'fade',
  timeout: 7300,
  next: '.next',
  prev: '.prev',
});
*/
