.anxSoundPlayer {
  position: relative;
  width: 420px;
  height: 50px;
  margin: -1px 20px 0 -1px;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  display: block;
  border:1px solid #ffffff;
}

/* btnPlay */
.anxSoundPlayer .btnPlay, .anxSoundPlayer .btnPause {
  width: 32px; 
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left:9px;
  cursor: pointer;
}

.anxSoundPlayer .btnPlay {
  background: url(../img/soundplayer/btn_play.png) no-repeat 0 0;
  display: block;
}

/* btnPause */
.anxSoundPlayer .btnPause {
  background: url(../img/soundplayer/btn_pause.png) no-repeat 0 0;
  display: block;
}

/* seek */
.seekBase {
  background: url(../img/soundplayer/seek_base.png) no-repeat 0 0;
  width: 276px;
  height: 5px;
  position: absolute;
  left: 50px;
  top: 21px;
}

.seekProgress {
  background: url(../img/soundplayer/seek_prog.png) no-repeat 0 0;
  width: 276px;
  height: 5px;
}

/* volume */
.volumeBase, .volumeProgress{
  display: none;
}

/* time */
.timeDisplay {
  position: absolute;
  top: 14px;
  right: 5px;
  width: 78px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
}

/* title */
.titleDisplay {
  position: absolute;
  top: 48px;
  right: 0;
  width: 50px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.soundicon{
  display: none;
}


/* do not Change */
.BrightcoveExperience {
  opacity:0;
  position:relative;
}