$(document).ready(function(){
	try{ $("a[rel='admin'], a.edytuj").colorbox({width:"850px", height:"100%", iframe:true, current:'', overlayClose:false}); } catch(e) { }
	try{ $("a[rel='zdjecia']").colorbox({transition:"elastic", current:'Zdjęcie: {current} z {total}', opacity:0.0, scalePhotos:true, maxHeight:'90%', maxWidth:'90%'}); } catch(e) { }
	$(document).bind('cbox_closed', function(){
		if (odswiezanie) 
		{	
			odswiezanie=false;
			window.location.href = window.location.href; 
		}
	});
});