$(document).ready(function(){
	try{ $("a.edytuj").colorbox({width:"800px", height:"100%", iframe:true, current:'', overlayClose:false}); } catch(e) { }
	try{ $("a[rel='admin']").colorbox({width:"800px", height:"100%", iframe:true, current:'', overlayClose:false}); } catch(e) { }
	try{ $("a[rel='wysylacz']").colorbox({width:"340px", height:"365px", iframe:true, current:''}); } catch(e) { }
	try{ $("a[rel='zdjecia']").colorbox({transition:"elastic",current:"Zdjecie {current} z {total}"}); } catch(e) { }
	try{ $("a[rel='teksty']").colorbox({transition:"elastic",current:"Tekst {current} z {total}"}); } catch(e) { }
	try{ $("a[rel='bio']").colorbox({transition:"elastic",scalePhotos:"true",maxHeight:"510px",maxWidth:"567px;",current:"Zdjecie {current} z {total}"}); } catch(e) { }
	$().bind('cbox_complete', function(){
		//$('body').css('overflow','hidden');
	});
	$().bind('cbox_closed', function(){
		//$('body').css('overflow','auto');
		if (odswiezanie) 
		{	
			odswiezanie=false;
			window.location.href = window.location.href; 
		}
	});
});