$(document).ready(function() {

	$('code').each(function(){
		$(this).html($.trim($(this).html()));
	});
	
	$('.lightbox').lightbox({
		fileLoadingImage: 'http://pilewski.pl/fotki/loading.gif',
		fileBottomNavCloseImage: 'http://pilewski.pl/fotki/closelabel.gif'
	});
	
});


