#richmedia { width: 200px; background-color: #707070; }
#fader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  background-color: #000000;
  visibility: hidden;
  display: none;
  z-index: 998;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  cursor: default;
}
#mediaplayer {
  position: absolute;
  left: 800px;
  width: 200px;
  height: 200px;
  background-color: #000000;
  z-index: 999;
  margin-left: 1px !important; margin-left: 0px;
}
#player {
  width: 200px;
  height: 117px;
  z-index: 1000;
}
#controller {
  left: 0px;
  top: 120px;
  width: 200px;
  height: 40px;
  position: absolute;
  color: #ffffff;
  font: 10px Arial, Helvetica, Sans-serif;
  text-align: left;
  z-index: 3;
  -moz-user-select: none;
}
#controller * { vertical-align: middle; }
#controller p {
  height: 16px;
  float: left;
  display: inline;
  cursor: default;
  margin: 0px;
  padding: 0px;
}
#controller .button {
  width: 60px;
  text-align: center;
  cursor: pointer;
}
#controller .button img {
  width: 7px;
  height: 7px;
  border: none;
}
#controller .vol {
  width: 3px;
  height: 7px;
  border: none;
  clear: both;
}
#controller span {
  cursor: pointer;
}
#controller #scrubtrack {
  width: 180px;
  height: 4px;
  position: absolute;
  left: 10px;
  top: 12px;
  background-color: #606060;
  cursor: default;
  font-size: 1px;
  z-index: 1;
}
#controller #buffertrack {
  width: 0px;
  height: 4px;
  position: absolute;
  left: 10px;
  top: 12px;
  background-color: #ffffff;
  cursor: default;
  font-size: 1px;
  z-index: 2;
}
#controller #scrubber {
  width: 11px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: url(/img/scrubber.gif) top no-repeat;
  cursor: pointer;
  z-index: 3;
}
#controller #info {
  height: 16px;
  float: right;
  display: inline;
  cursor: default;
  margin-right: 10px;
}
#controller #controls {
  position: absolute;
  left: 0px;
  top: 23px;
}
.spacer { width: 2px; height: 200px; }
.playitem {
  width: 180px !important; width: 190px;
  background-color: #000000;
  font: 10px Arial, Helvetica, Sans-serif;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  text-align: left;
  margin-left: 5px;
  margin-bottom: 5px;
}
.playitem img { width: 180px; height: 105px; margin-bottom: 3px; border: none; }
#mediaad {
  background-color: #000000;
  z-index: 1000;
  position: absolute;
  left: 204px;
  top: 211px;
  width: 297px !important; width: 316px;
  height: 343px !important; height: 363px;
  visibility: hidden;
  display: none;
  padding: 10px;
  font: 11px Verdana, Arial, Sans-serif;
  color: #ffffff;
  line-height: 150%;
}
#mediaad a { border: none; }
#mediaad .underline { color: #ffe020; text-decoration: none; border-bottom: 1px solid #ffe020; }
