#content .rightpane {
  background-color: #000000;
  width: 182px;
  text-align: left;
  vertical-align: top;
}
#playercontainer {
  position: relative;
  z-index: 1001;
}
#sparea {
  z-index: 1003;
}
#player {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 182px;
  height: 167px;
  margin: 0px;
  padding: 0px;
  z-index: 1000;
}
#blackout {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 999;
  display: none;
  visibility: hidden;
}
#playlist {
  margin: 168px 0px 0px 0px;
  width: 182px;
  height: 405px;
  overflow: none;
  overflow-y: scroll;
  padding-right: 1px;
  scrollbar-base-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-face-color: #404040;
  scrollbar-highlight-color: #404040;
  scrollbar-3dlight-color: #404040;
  scrollbar-darkshadow-color: #404040;
  scrollbar-shadow-color: #404040;
  scrollbar-arrow-color: #000000;
}
.playitem {
  height: 75px;
  margin: 4px 0px 4px 0px;
  font: 9px/10px Arial, Helvetica, Sans-serif;
  color: #e0e0e0;
  cursor: pointer;
}
.playitem img {
  width: 100px;
  height: 75px;
  margin: 0px 4px 0px 0px;
  float: left;
}
.playitem span {
  color: #a07000;
}
.rightads {
  font: 10px/11px Arial, Helvetica, Sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.rightads .skyscraper {
  width: 126px;
  height: 602px;
  border: none;
}
.rightads .minibanner {
  width: 150px;
  height: 51px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px; 
}




