If you include the jQuery Tools plugin from the CDN used in the documentation then you will automatically get jQuery Core 1.6.4 as well:
Quick start
Insert the following line on your HTML page and you are
done!
<script src="http://cdn.jquerytools.org/1.2.6/jquery.tools.min.js"></script>
This is the official jQuery Tools UI library and after the inclusion
you will have the following tools available:
jQuery 1.6.4, Tabs, Tooltip, Scrollable, Overlay
Source: http://flowplayer.org/tools/download/index.html
jQuery Tools requires jQuery Core to function (it's a plugin, well a set of plugins).
You can see from the source of the site that you linked-to that they are including the http://cdn.jquerytools.org/1.2.6/jquery.tools.min.j file only (because it will include the jQuery Core as well).