@ macthebadazz,
I think you should add more top space for player module on your site. Open the template.css file in the “[your root]/templates/ja_events/css/” path and go to about line 730 (You can search the #ja-topheader tag) and replace following CSS properties:
/* Search ---*/
#ja-topheader { bottom: 45px; right: 25px; position: absolute;}
With (remove the bottom positon and add the top position ):
/* Search ---*/
#ja-topheader { top: 10px; right: 25px; position: absolute; }
After that you login the back-end of your site to clear cache of T3v2 and Joomla! cache.
Hope this helps.