$(function(){
  /* tiptip */
  $(".tiptip").tipTip();
  /* fancy zoom */
  $('.show-video-vimeo').fancyZoom({directory: JS_SITE_URL + 'vendor/fancyzoom/images'});
  $('.show-video-vimeo').each(function(){
    $(this).fancyZoom({width:400, height:400});
  });
  $('.show-video-youtube').fancyZoom({directory: JS_SITE_URL + 'vendor/fancyzoom/images'});
  $('.show-video-youtube').each(function(){
    $(this).fancyZoom({width:400, height:350});
  });
  $('.sem_gallery').fancyZoom({directory: JS_SITE_URL + 'vendor/fancyzoom/images'});
  $('.sem_gallery').each(function(){
    $(this).fancyZoom();
  });
});
