I really do need to write this up in the codex! There are many reasons why loading jQuery and the jQuery.ui from google is a bad idea all of which are documented elsewhere on these forums and on other sites. Sadly this hasn’t got through to many theme and plugin authors who disregard and walk all over the WP API without thinking about their users and about other plugins they may wish to use.
personally, if it were me, I would be screaming at the author to change their code and to do it properly but experience suggest they rarely listen. Some DO – to be fair – offer an option to load the proper WP supplied libraries but this is rare.
It is usually pretty easy to fix to just change from loading from google to loading from your wp folders but you do need to make some edits. If we know where they are being loaded from then we can usually help out and advise. That call is, of course, entirely up to you.