$(function(){
  // gallery page photo slideshow
  $('#slideshow').cycle({
    fx:'scrollHorz',
    speed:500,
    timeout:0,
    next:'#numbers .next',
    prev:'#numbers .prev',
    pager:'#numbers .pag'
  });
  // gallery page quote rotation
  $('div.quotebox').cycle({
    fx:'fade',
    speed:500,
    timeout:9500
  });
});
