$(function() {
	$('#tx-esmtemplates-image a, #tx-esmtemplates-thumbs a').lightBox({
			// Configuration related to images
			imageLoading:			'typo3conf/ext/esmtemplates/res/img/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'typo3conf/ext/esmtemplates/res/img/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
			imageBtnNext:			'typo3conf/ext/esmtemplates/res/img/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
			imageBtnClose:			'typo3conf/ext/esmtemplates/res/img/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
			imageBlank:				'typo3conf/ext/esmtemplates/res/img/lightbox-blank.gif'			// (string) Path and the name of a blank image (one pixel
	});
});
