$(document).ready(function(){
    
    $(document).pngFix();
    
    // nasazeni colorBoxu
    $("a[rel='colorbox']").colorbox();
    
});

