$j(document).ready(function(){
 $j('a[rel="lightbox"]').lightBox({
 overlayBgColor: '#000',
 overlayOpacity: '0.6',
 imageLoading: './?a=16433',
 imageBtnClose: './?a=33340',
 imageBtnPrev: './?a=33342',
 imageBtnNext: './?a=33341',
 containerResizeSpeed: '600',
 txtImage: 'Obraz',
 txtOf: 'z'
 });
});
