#screen-container {
	height: 348px;
  padding: 0px 0px 0px 5px;
}

div#video-container{
  position: absolute;
  height: 450px;
  top: 15px;
  left: 437px;
  display: none;
}

div#video-start-container {
  position: absolute;
  top: 120px;
  left: 550px;
}

div#video-start-text {
  display: none;
  font-family: arial,helvetica,sans-serif;
  color: #003399;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  left: 30px;
}

div#video-bg {
  background: #ffffff;
  position: absolute;
  height: 359px;
  width: 200px;
  top: 40px;
  left: 516px;
  display: none;
}

div#radio-container {
  display: none;
  height: 60px;
  width: 300px;
  padding: 0px;
}

.opacity {
  opacity: .75;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  -khtml-opacity: 0.75;
}