$(function() {
   
   $('a[rel=lightbox]').lightBox({
	txtImage: 'Image',
	txtOf: 'of',
	imageLoading:			'http://www.blacksofsopwell.com/_img/lightbox/loading.gif',	// (string) Path and the name of the loading icon
	imageBtnPrev:			'http://www.blacksofsopwell.com/_img/lightbox/prevlabel.gif',		// (string) Path and the name of the prev button image
	imageBtnNext:			'http://www.blacksofsopwell.com/_img/lightbox/nextlabel.gif',		// (string) Path and the name of the next button image
	imageBtnClose:			'http://www.blacksofsopwell.com/_img/lightbox/closelabel.gif',		// (string) Path and the name of the close btn
	imageBlank:				'http://www.blacksofsopwell.com/_img/lightbox/blank.gif'		// (string) Path and the name of a blank image (one pixel)
   });
});
