
#Content {
   margin-bottom: 4em;
   background-color: transparent;
}
#VideoMain {

}

#MeterContainer {
	position: relative;
	height: 10px;

}

#ReturnToShowPanel {
	position: absolute;
	width: 800px;
	left: 46px;
	text-decoration: none;
	color: #aaaaaa;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-style: bold;
	top: 26px;
	padding-left: 32px;
}

#ShowDirective
{
	position: relative;
	left: 0px;
}

#Click {
   position: relative;
   font-style: bold;
   color: #557f97;
}

#ShowName
{
	position: relative;
}

#ReturnToShowPanel:hover {
   color: #ffffff;
}

#ReturnToShowPanel:hover #Click
{
   color: #ffffff;
}

#player:focus
{
    outline: none;
}
