// colorbox pro zobrazeni obrazku
$(document).ready(function() {
	$("a.thickbox").colorbox({
		current : '{current} z {total}'
	});
});

