
/* player controls */
a.control {
  width: 15px;
  height: 15px;
  background: transparent url(../images/controls.gif) no-repeat 0 0;
  margin: 2px 4px 0 4px;
  float: left;
}
a.pause {
  background: transparent url(../images/controls.gif) no-repeat 0 -15px;
}
a.stop {
  background: transparent url(../images/controls.gif) no-repeat 0 -30px;
}
a.prev {
  background: transparent url(../images/controls.gif) no-repeat 0 -45px;
}
a.next {
  background: transparent url(../images/controls.gif) no-repeat 0 -60px;
}
a.mute_off {
  background: transparent url(../images/controls.gif) no-repeat 0 -75px;
}
a.mute_on {
  background: transparent url(../images/controls.gif) no-repeat 0 -90px;
}

a.plstItem {
  background: #024d6a none !important;
  color: #fff;
  text-align: center;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 9px;
  border: 1px solid #024d6a;
  margin: 4px 0 0 2px;
  float: left;
}
a.plstItemActive {
  background: #fff none !important;
  color: #3c3c3c;
  text-align: center;
  width: 13px;
  height: 12px;
  line-height: 12px;
  font-size: 9px;
  border: 1px solid #024d6a;
  margin: 4px 0 0 2px;
  float: left;
}