.audiojs {
	z-index: 2;
	position: absolute;
}
.audiojs {
	background: none;
	box-shadow: none;
	width: 300px;
	height: 63px;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	position: absolute;
	left: 170px;
	top: 110px;
}
.audiojs .play-pause {
	width: 300px;
	height: 63px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: absolute;
	left: -1px;
	top: 0px;
	border: none;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojs .play {
	display: block;
}
.audiojs .scrubber {
	position: relative;
	float: left;
	width: 118px;
	height: 14px;
	border-left: 0px;
	border-bottom: 0px;
	border: none;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 45px;
	display: none;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	z-index: 1;
	background-color: #E1BB5C;
	display: none;
	border: none;
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background-color: #FFF;
	display: none;
}
.audiojs .time {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: -3px 0px 0px 0px;
	padding: 0px 6px 0px 12px;
	color: #FFF;
	border: none;
	display: none;
}
.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #fff;
	font-style: normal;
	display: none;
}
.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	white-space: wrap;
}
.audiojs .play {
	background-image: url(../collabo/images/cm_voice_off.png);
	background-repeat: no-repeat;
	background-size: 278px 61px;
	background-position: 0px 0px;
	width: 278px;
	height: 61px;
	transition: all;
	transition-duration: 0.5s;
}
.audiojs .play:hover {
	background-image: url(../collabo/images/cm_voice_on.png);
	background-repeat: no-repeat;
	background-size: 278px 61px;
	background-position: 0px 0px;
	width: 278px;
	height: 61px;
}
.audiojs .loading {
	background-image: url(../collabo/images/cm_voice_loading.png);
	background-repeat: no-repeat;
	background-size: 278px 61px;
	background-position: 0px 0px;
	width: 278px;
	height: 61px;
}
.audiojs .error {
	background-image: url(../collabo/images/cm_voice_error.png);
	background-repeat: no-repeat;
	background-size: 278px 61px;
	background-position: 0px 0px;
	width: 278px;
	height: 61px;
}
.audiojs .pause {
	background-image: url(../collabo/images/cm_voice_stop_off.png);
	background-repeat: no-repeat;
	background-size: 278px 61px;
	background-position: 0px 0px;
	width: 278px;
	height: 61px;
	transition: all;
	transition-duration: 0.5s;
}
.audiojs .pause:hover {
	background-image: url(../collabo/images/cm_voice_stop_on.png);
	background-repeat: no-repeat;
	background-size: 278px 61px;
	background-position: 0px 0px;
	width: 278px;
	height: 61px;
}
.playing .play, .playing .loading, .playing .error {
	display: none;
}
.playing .pause {
	display: block;
}
.loading .play, .loading .pause, .loading .error {
	display: none;
}
.loading .loading {
	display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display: none;
}
.error .error {
	display: block;
}
.error .play-pause p {
	cursor: auto;
}
.error .error-message {
	display: block;
}
