yes, thats the problem.
In the layout.master file of your skin you have something like this:
<portal:StyleSheetCombiner ...JQueryUIThemeName="Smoothness" />
but it is case sensitive and it needs to be:
<portal:StyleSheetCombiner ...JQueryUIThemeName="smoothness" />
Hope that helps,
Joe