$(function() {
   $('a[rel*=lightbox],#promoContent a:last').lightBox({
	imageLoading: 'http://www.tiebreak.pl/html/res/img/lightbox/loading.gif',
	imageBtnClose: 'http://www.tiebreak.pl/html/res/img/lightbox/close.gif',
	imageBtnPrev: 'http://www.tiebreak.pl/html/res/img/lightbox/prev.gif',
	imageBtnNext: 'http://www.tiebreak.pl/html/res/img/lightbox/next.gif',
	imageBlank: 'http://www.tiebreak.pl/html/res/img/lightbox/blank.gif',
	keyToClose: 'x',
	txtImage: 'Obrazek',
	txtOf: 'z'
   });
});
