I've added a method in there that checks whether the new presenter is the current user.
Probably this is not the best definitive solution, but show work for now.
In the css it should be simple, something like:
#slide-controls { display: hidden; }
#slide-controls.active { display: block; }
I had to take a good look at the code to remember this, so if something doesn't really work as I said let me know!
Also, as Fred always says, initially the HTML5 should be a viewer only, so if you leave this for later if should be ok.