$(document).ready(function(){
	$("a[class='colorbox']").colorbox({rel: "colorbox", transition:"elastic", maxWidth:"85%", maxHeight:"85%", current:"{current} / {total}", previous:"Předchozí", next:"Další", close:"Zavřít"});
});
