jQuery(document).ready(function() {

    $(document).ready(function(){
                $("a.zdjecie-galeria").colorbox();
    });
                    

  /* $("a[rel='gallery']").colorbox(
   {   onComplete: function() {
        $("#cboxTitle").hide();
        link = $.fn.colorbox.element();
        title = $(link).attr("title");
        $("<div style='text-align: center; color:#A30327; margin-top:5px; margin-left:5px; margin-right:5px;'>"+title+"</div>").insertAfter("#cboxPhoto");
        $.fn.colorbox.resize();

    } }
    );*/
});
