$(function($) {
	$('#sh_logo, #Table_01').hover(
	    function(){ $('#Table_01').removeClass('visuallyhidden') },
		function(){ $('#Table_01').addClass('visuallyhidden') }
	);
	
	VideoJS.DOMReady(function(){
	  var stefreel = VideoJS.setup("showreelplayer", {
controlsBelow: false, // Display control bar below video instead of in front of
controlsHiding: true, // Hide controls when mouse is not over the video
defaultVolume: 0.85, // Will be overridden by user's last volume if available
flashVersion: 9, // Required flash version for fallback
linksHiding: true // Hide download links when video is supported
	  });
	});
});
