@charset "utf-8";
/* CSS Document */
.anxSoundPlayer {
	position:relative;
	background:url(../img/playerM3/base.png);
	width:340px;
	height:70px;
	color: rgb(0, 0, 0);
	font-size:9px;
	overflow:hidden;

	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	
	line-height: 1em;
}

/* btnPlay */
.anxSoundPlayer .btnPlay, .anxSoundPlayer .btnPause {
	width:70px;
	height:15px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	left:35px;
	top:10px;
    margin:0;
}

.anxSoundPlayer .btnPlay {
	background:url(../img/playerM3/btnPlay.png) no-repeat left 0;
}

.anxSoundPlayer .btnPlay:hover {
	background:url(../img/playerM3/btnPlay.png) no-repeat left 0;
	background-position:0px -15px;
}

/* btnPause */
.anxSoundPlayer .btnPause {
	background:url(../img/playerM3/btnPause.png);
}

.anxSoundPlayer .btnPause:hover {
	background:url(../img/playerM3/btnPause.png);
	background-position:0px -15px;
}

/* seek */
.seekBase {
	background:url(../img/player/seekBase.png);
	width:270px;
	height:5px;
	cursor:pointer;
	position:absolute;
	left:35px;
	top: 55px;
}

.seekProgress {
	background:url(../img/playerM3/seekProgress.png);
	width:270px;
	height:5px;
    margin:0;
}


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

/* time */
.timeDisplay {
	display: none;
}

/* title */
.titleDisplay {
	position:absolute;
	left: 35px;
	top: 33px;
	width: 210px;
	height:12px;
	line-height:12px;
	white-space:nowrap;
	overflow:hidden;
	margin:0;
}

.titleDisplay span {
	display:inline-block;
	position:relative;
	white-space:nowrap;
    color:#fff;
}


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