﻿    jQuery(document).ready(function() {
      var settings = {
        imageInformationSpace: 100,
        imageInformationTemplate: '[description]<div style="width:100%; height: 5px;"></div>Billede [imagenumber] af [numberofimages]<div style="width:100%; height: 5px;"></div><a href="[href]">Download billedet</a>'
      };
      var galleries = $(".flickr_imgsetbox");
      galleries.each(function(){
         $(this).find("img").CreateGallery(settings);
      });     
    });