$(document).ready(function(){
  $('a[@rel*=lightbox]').lightbox(
    { resizeSpeed: 350,
      xScale: 1,
      yScale: 1,
      fitToScreen: true,
	    fileLoadingImage : '/wp-content/themes/northlegion/images-0.5/loading.gif',
	    fileBottomNavCloseImage : '/wp-content/themes/northlegion/images-0.5/closelabel.gif'
      } );
});