$(document).ready(function(){	

  $('#slider').cycle({
    fx: 'fade',
    pause: true,
    next: '#nextBtn a',
    prev: '#prevBtn a'
  });

  $('#quotes').cycle({
    timeout: 0,
    random: true
  });

  $("#video-box").fancybox({
    'width': 624,
    'height': 365,
    'margin': 0,
    'padding': 0,
    'autoScale': false,
    'transitionIn': 'none',
    'transitionOut': 'none',
    'type': 'iframe'
  });

});
