Do you know how to use the developer tools in the browser to determine which
javaScript calls (e.g. for CSS) are not getting through.
On chrome it's under View->Developer->Developer Tools. Or using FireBug
in Firefox and similar tools in chrome. It can speed up tracking down the miscommunication when CSS fails to load, or the library controls don't work.
--MIke