$(document).ready(function() {
  try
  {
    $("a.lightbox").lightBox(
        {fixedNavigation: true,
            imageLoading:			'/media/images/lightbox-ico-loading.gif'		// (string) Path and the name of the loading icon
        }
        );
  }
  catch(err)
  {

  }
  
    
});

