jQuery(document).ready(function() {
  var settings = {
    blockOpacity: 0.25,
    showImageList: false,
    imageInformationHeight: 95,
    imageInformationTemplate: '<strong>[header]</strong><br />[description]<br /><br /><em>Billede [imagenumber] af [numberofimages]</em>'
  };
  jQuery("#ImageGalleryStandard img").CreateGallery(settings);
  jQuery(".ImageGalleryStandard img").CreateGallery(settings);
});
