$(document).ready(function(){
	try{ $("a.edytuj").colorbox({width:"700px", height:"100%", iframe:true, current:'', overlayClose:false}); } catch(e) { }
	try{ $("a[rel='admin']").colorbox({width:"700px", 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:'Zdjęcie: {current} z {total}'}); } catch(e) { }
	$().bind('cbox_complete', function(){
		if ($.fn.colorbox.element().attr('rel') != 'zdjecia')
		{
			//$('html').addClass('bez_przewijakow');
		}
	});
	$().bind('cbox_closed', function(){
		//$('html').removeClass();
		if (odswiezanie) 
		{	
			odswiezanie=false;
			window.location.href = window.location.href; 
		}
	});
});