#joeVideoContainer
{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}

#joeVideo
{
	position: relative;
	bottom: -3px;
}

#videoControls
{
	position: fixed;
	z-index: 101;
	right: 10px;
	bottom: 20px;
}

#joeVideoContainer #joeVideo #joe_player
{
	z-index: 100;
}

