$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$("a[rel*=\'lightbox\']").colorbox({slideshowStart:"spustit prezentaci",slideshowStop:"zastavit prezentaci",current:"{current} z {total}",previous:"předchozí",next:"další",close:"zavřít"});
});
