#audioplayer {
	position: fixed;
	top: 5px;
	height: 0;
}
.player .play {
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 7px;
	background: url(/img/play.png?_=1) 0 0 no-repeat;
	outline: none;
}
.playing .play {
	background-position: 0 100%;
}
.player .indicator {
	float: left;
	width: 200px;
	height: 1px;
	margin-top: 8px;
	overflow: hidden;
	border: 5px solid #141416;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.8;
}
.progress {
	width: 0;
}
.player .indicator .progress {
	height: 1px;
}
.load_progress {
	background: #e8e7e3;
}
.play_progress {
	background: #75c8ae;
	margin-top: -1px;
}
.playing .indicator {
	cursor: pointer;
	cursor: hand;
}
.player .time {
	float: left;
	width: 35px;
	text-align: right;
	color: #707070;
	font-size: 10px;
	margin-top: 7px;
	cursor: pointer;
	cursor: hand;
}