.audiojsZ {
	z-index: 2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.audiojsZ audio {
	position: absolute;
	left: -1px;
}
.audiojsZ {
	width: 320px;
	height: 400px;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
}
.audiojsZ .play-pauseZ {
	width: 320px;
	height: 400px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: absolute;
	left: -1px;
	top: 0px;
}
.audiojsZ p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojsZ .playZ {
	display: block;
}
.audiojsZ .scrubberZ {
	position: relative;
	float: left;
	width: 118px;
	height: 14px;
	border-left: 0px;
	border-bottom: 0px;
	overflow: hidden;
	background-color: #FBF0CB;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 45px;	
	display:none;
	
}
.audiojsZ .progressZ {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	z-index: 1;
	background-color: #E1BB5C;
	display:none;

}
.audiojsZ .loadedZ {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background-color: #FFF;
	display:none;
}
.audiojsZ .timeZ {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: -3px 0px 0px 0px;
	padding: 0px 6px 0px 12px;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(196,148,32, 0.5);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BC2022;
	display:none;
}
.audiojsZ .timeZ em {
	padding: 0px 2px 0px 0px;
	color: #fff;
	font-style: normal;
	display:none;
}
.audiojsZ .timeZ strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}
.audiojsZ .error-messageZ {
	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;
}
.audiojsZ .error-messageZ a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}
.audiojsZ .playZ {
	background-image: url(../images/event/voice_start_off.png);
	background-repeat: no-repeat;
	background-position:60px 315px;
	width: 320px;
	height: 400px;
}
.audiojsZ .playZ:hover {
	background-image: url(../images/event/voice_start_on.png);
	background-repeat: no-repeat;
	background-position:60px 315px;
	width: 320px;
	height: 400px;
}
.audiojsZ .loadingZ {
		background-image: url(../images/event/loading.png);
	background-repeat: no-repeat;
	background-position:60px 315px;
	width: 320px;
	height: 400px;
}
.audiojsZ .errorZ {
		background-image: url(../images/event/error.png);
	background-repeat: no-repeat;
	background-position:60px 315px;
	width: 320px;
	height: 400px;
}
.audiojsZ .pauseZ {
	background-image: url(../images/event/voice_stop_off.png);
	background-repeat: no-repeat;
	background-position:60px 315px;
	width: 320px;
	height: 400px;
}
.audiojsZ .pauseZ:hover {
	background-image: url(../images/event/voice_stop_on.png);
	background-repeat: no-repeat;
	background-position:60px 315px;
	width: 320px;
	height: 400px;
}
.playingZ .playZ, .playingZ .loadingZ, .playingZ .errorZ {
	display: none;
}
.playingZ .pauseZ {
	display: block;
}
.loadingZ .playZ, .loadingZ .pauseZ, .loadingZ .errorZ {
	display: none;
}
.loadingZ .loadingZ {
	display: block;
}
.errorZ .timeZ, .errorZ .playZ, .errorZ .pauseZ, .errorZ .scrubberZ, .errorZ .loadingZ {
	display: none;
}
.errorZ .errorZ {
	display: block;
}
.errorZ .play-pauseZ p {
	cursor: auto;
}
.errorZ .error-messageZ {
	display: block;
}
