// zdjecie po lewej lub po prawej
$(function() {
	$('#imagesList1 a').lightBox({fixedNavigation:true});
});

$(function() {
	$('#imagesList2 a').lightBox({fixedNavigation:true});
});

$(function() {
	$('#imagesGallery4 a').lightBox({fixedNavigation:true});
});

$(function() {
	$('#imagesList a').lightBox({fixedNavigation:true});
});

// galeria dolna

$(document).ready(function() {

  $('.links li code').hide();  

  $('.links li p').click(function() {

    $(this).next().slideToggle('fast');

  });

});


