$(document).ready(function() {
  $('#bigpush').cycle({ 
      fx:     'fade', 
      speed:  'fast', 
      timeout: 8000
  });

//gallery
  $(".gallery a").fancybox({
    'speedIn'    :  400, 
    'speedOut'    :  400,
    'overlayColor' : '#ddd',
    'titlePosition' : 'over'
  });
  

  
});
Cufon.replace('h1, h2, h3');
