$(function(){
	$("a[rel*=lightbox]").lightBox({
		imageBlank: 'templates/img/lightbox-blank.gif',
		imageLoading: 'templates/img/lightbox-ico-loading.gif',
		imageBtnClose: 'templates/img/lightbox-btn-close.gif',
		imageBtnPrev: 'templates/img/lightbox-btn-prev.gif',
		imageBtnNext: 'templates/img/lightbox-btn-next.gif',
		txtImage: 'Zdjêcie',
		txtOf: 'z'
	});
});
