
(function($){

	$(document).ready(function(){

		$('div.photoalbum table td a img').parent().lightBox({
			imageLoading:			'?resource=lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'?resource=lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
			imageBtnNext:			'?resource=lightbox-btn-next.gif',			// (string) Path and the name of the next button image
			imageBtnClose:			'?resource=lightbox-btn-close.gif',		// (string) Path and the name of the close btn
			imageBlank:				'?resource=lightbox-blank.gif'			// (string) Path and the name of a blank image (one pixel)
		});

	});
	
})(jQuery);


