jQuery(function($) {
  $('ul#product-list > li').flatHeights();
  $('a.external').attr("target", "_blank");
  $("div#detailphotobloc a[rel=gallery]").fancybox();
});
