Outside Plugins Using Conflicting JQuery

I have 2 outside tools that I am using in our exhibits pages - WOWSlider for slideshows and JPlayer for an audio player. The issue seems to be that I can only get one or the other to work because they are calling different versions of JQuery. WOWSlider works fine with the JQuery Omeka uses, but JPlayer needs to use jquery.min.js in order to function. Is there a way to get these to work together?

"jQuery.min.js" is the same version of jQuery that Omeka uses: the "minified" version.

Have you tried jPlayer without including its separate jQuery? For the lion's share of libraries, the one Omeka includes by default will work fine.