.anxSoundPlayer {
  position: relative;
  width: 320px;
  height: 50px;
  margin: 4px 0 8px;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  display: block;
  background: url(/assets/img/soundplayer/base.png) repeat 0 0;
}

/* btnPlay */
.anxSoundPlayer .btnPlay, .anxSoundPlayer .btnPause {
  width: 35px; 
  height: 35px;
  position: absolute;
  top: 9px;
  left: 7px;
  cursor: pointer;
}

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

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

/* seek */
.seekBase {
  background: url(/assets/img/soundplayer/seekBase.png) no-repeat 0px 0px;
  width: 190px;
  height: 4px;
  position: absolute;
  left: 60px;
  top: 35px;
}

.seekProgress {
  background: url(/assets/img/soundplayer/seekProgress.png) no-repeat 0px 0px;
  width: 190px;
  height: 4px;
}

/* volume */
.volumeBase {
	background:url(/assets/img/soundplayer/soundBase.png);
	width:26px;
	height:8px;
	cursor:pointer;
	position:absolute;
	left: 280px;
	top: 31px;
}

.volumeProgress {
	background:url(/assets/img/soundplayer/soundProgress.png);
	width:26px;
	height:8px;
    margin:0;
}

/* time */
.timeDisplay {
  position: absolute;
  top: 10px;
  right: 3px;
  width: 78px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #1f7aa5;
}

/* title */
.titleDisplay {
  position: absolute;
  top: 16px;
  left: 60px;
  width: 180px;
  height: 10px;
  overflow: hidden;
  color: #666;
  font-size: 10px;
}
.soundicon{
  display: none;
}


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