By default, you can only use predefined themeroller elements on your site: buttons, icons, headers, etc. and all jquery widgets like datepicker, dialogs, highlight / error are almost all the elements you see at http://jqueryui.com/themeroller/#themeGallery .
in order to archive this, you need to copy the html and corresponding classes for the html tags, and the browser will apply the styles from your included themeroller.css to it.
however, it also means that you are a little restricted by your location. You can still include other non-themeroller elements as long as you apply the right css classes (.ui-state-default, .ui-state-hover, .ui-state-disabled, icons, etc.) to your html was able to use the witcher theme - see http://jqueryui.com/docs/Theming/API for a complete list of applicable classes.
iHaveacomputer
source share