$(function(){
	$.Lightbox.construct({
		show_linkback:false,
		text: {
			image:'Zdjecie',
			of:'z',
			close:'<img width="16" height="16" alt="X" src="/images/lightbox/close.gif">'
		},
		opacity:0.5,
		show_helper_text:false,
		show_extended_info:true,
		show_info:true,
		download_link:false,
		speed:200						 
	});
});

