$(function() {
	$("a[rel='gallery']").lightBox({
		imageLoading:			_root + 'i/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			_root + 'i/lightbox/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			_root + 'i/lightbox/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			_root + 'i/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				_root + 'i/lightbox/lightbox-blank.gif'			// (string) Path and the name of a blank image (one pixel)
	});
});