$(document).ready(function()
{
  switch($('body').attr('id'))
  {
    case 'default':
      $('#home-slideshow').cycle({
        speed:  2500, 
        fx:    'fade',
        pause:  1
      });
      break;
  }
  
  /*******************************************/
  /* Gallerie photo                          */
  $("a[rel^='prettyPhoto']").prettyPhoto({
    theme: 'light_square'
  });
});
