.audio-element {
	position: absolute;
	height: 16px;
}
.audio-element * {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.audio-element > .__btn {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 4px;
    height:4px;
	text-align: center;
	font-size: 1pt;
	padding-top: 0px;
	cursor: pointer;
}
.audio-element > .__btn > .__ico1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	/*border-top-width: 10px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: rgba(0, 0, 0, 0.8);
	transform: translate(-4px, -10px) scale(.9999);*/
}

/*.audio-element > .__btn:hover > .__ico1 { border-left-color: black; }*/
.audio-element > .__btn > .__ico2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	/*border-style: solid;
	border-width: 0px 5px 0px 5px;
	border-color: rgba(0, 0, 0, 0.8);
	transform: translate(-50%, -50%);*/
}
/*.audio-element > .__btn:hover > .__ico2 { border-color: black; }*/
.audio-element > .__title {
display:none;
	/*cursor:arrow;
font-family:Tahoma, Verdana, Arial;
font-size:14px;
color:#aaddff;
	position: absolute;
	left: 40px;
	top: 60%;
	right: 0px;
transition: top 1s;*/
}
.audio-element > .__progress {display:none;
	/*position: absolute;
	left: 42px;
	top: 32px;
	right: 16px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s;*/
}
.audio-element > .__progress > .__line {display:none;
	/*position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 0px;
	background-color: black;*/
}
.audio-element > .__progress > .__loading_line {display:none;
	/*position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 0px;
	background-color: rgba(0, 0, 0, 0.4);*/
}
.audio-element > .__progress > .__handle {display:none;
	/*position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	background-color: black;
	transform: translate(-50%, -50%);
	cursor: pointer;*/
}
.audio-element.__active > .__title {display:none;
/*color:#00ff00
	/*top: 6px;
	transform: none;*/
}
.audio-element.__active > .__progress { display:none; /*opacity: 1;*/ }
