@charset "utf-8";
/* CSS Document */
.anxSoundPlayer {
	position:relative;
	background:url(../img/base.png);
    background-size: cover;
    -moz-background-size: cover;
	width:600px;
	height:112px;
	color: rgb(0, 0, 0);
	font-size:10px;
	overflow: visible;

	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	
	line-height: 1em;
}

.anxSoundPlayer p {
	font-size:20px;
	text-indent: 0em;
}

/* btnPlay */
.anxSoundPlayer .btnPlay, .anxSoundPlayer .btnPause {
	width:92px;
	height:92px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	left:26px;
	top:10px;
    margin:0;
}

.anxSoundPlayer .btnPlay {
	background:url(../img/btnPlay.png);
    background-size: cover;
    -moz-background-size: cover;
}

/*
.anxSoundPlayer .btnPlay:hover {
	background:url(../img/btnPlay.png);
	background-position:0px -70px;
    background-size: cover;
    -moz-background-size: cover;
}
*/

/* btnPause */
.anxSoundPlayer .btnPause {
	background:url(../img/btnPause.png);
    background-size: cover;
    -moz-background-size: cover;
}

/*
.anxSoundPlayer .btnPause:hover {
	background:url(../img/btnPause.png);
	background-position:0px -70px;
    background-size: cover;
    -moz-background-size: cover;
}
*/

/* seek */
/*
.seekBase {
	background:url(../img/seekBase.png);
	width:136px;
	height:5px;
	cursor:pointer;
	position:absolute;
	left: 73px;
	top: 36px;
}
*/

/*
.seekProgress {
	background:url(../img/seekProgress.png);
	width:136px;
	height:5px;
    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;
	left: 70px;
	top: 10px;
    width:60px;
    color:#666;
    overflow: visible !important;
    display: none;
}

/* title */
.titleDisplay {
	position:absolute;
	left: 140px;
	top: 40px;
	width: 410px;
	height:24px;
	line-height:24px;
	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;
}