$(document).ready(
  function()
  {
    $("#PhotoGallery").galleria({
        width: 720,
        height: 544
    });
  }
);
