$(document).ready(function(){
//colorbox - otevirani fotek
$("a[rel='showpict']").colorbox();
$("a[rel='lightbox']").colorbox();
$(".colorboxClass").colorbox();
$(".openColorBox").colorbox({iframe:true, width:"600px", height:"200px"});

});

 window.onresize = function(){autoHeight();}
    function autoHeight(){
      var centerHeight = $("#pageCenter").height();
     $("#pageLeft").css("height", centerHeight);
    }  
    $(document).ready(function(){
       autoHeight();        
    });



