@charset "utf-8";
/* CSS Document */
.anxSoundPlayer {
	position:relative;
	background:url(../img/base.png);
	width:455px;
	height:85px;
	color: rgb(0, 0, 0);
	font-size:10px;
	overflow:hidden;

	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	
	line-height: 1em;
}

.anxSoundPlayer p {
	font-size:10px;
	text-indent: 0em;
}

/* btnPlay */
.anxSoundPlayer .btnPlay, .anxSoundPlayer .btnPause {
	width:70px;
	height:70px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	left:20px;
	top:8px;
    margin:0;
}

.anxSoundPlayer .btnPlay {
	background:url(../img/btnPlay.png);
}

.anxSoundPlayer .btnPlay:hover {
	background:url(../img/btnPlay.png);
	background-position:0px -70px;
}

/* btnPause */
.anxSoundPlayer .btnPause {
	background:url(../img/btnPause.png);
}

.anxSoundPlayer .btnPause:hover {
	background:url(../img/btnPause.png);
	background-position:0px -70px;
}

/* seek */
.seekBase {
	background:url(../img/seekBase.png);
	width:207px;
	height:7px;
	cursor:pointer;
	position:absolute;
	left: 110px;
	top: 55px;
}

.seekProgress {
	background:url(../img/seekProgress.png);
	width:207px;
	height:7px;
    margin:0;
}


/* volume */
.volumeBase {
	background:url(../img/soundBase.png);
	width:107px;
	height:14px;
	cursor:pointer;
	position:absolute;
	left: 320px;
	top: 46px;
}

.volumeProgress {
	background:url(../img/soundProgress.png);
	width:107px;
	height:14px;
    margin:0;
}

/* time */
.timeDisplay {
	position:absolute;
	right: 46px;
	top: 30px;
    width:60px;
    color:#666;
    overflow: visible !important;
}

/* title */
.titleDisplay {
	position:absolute;
	left: 110px;
	top: 30px;
	width: 205px;
	height:12px;
	line-height:12px;
	white-space:nowrap;
	overflow:hidden;
    margin:0;
}

.titleDisplay span {
	display:inline-block;
	position:relative;
	white-space:nowrap;
    color:#666;
}


/* do not Change */
.BrightcoveExperience {
	opacity:0;
	position:relative;
}