    $(function() {
    					 $('a.ffrwdgrech').lightBox({
							 	imageLoading: 'img/loading.gif',
              	imageBtnClose: 'img/close.gif',
              	imageBtnPrev: 'img/prev.gif',
              	imageBtnNext: 'img/next.gif'

							}); // Select all links in object with gallery ID
    });