#all_tracks {
    margin-left: 210px;
    margin-top: 9px;
}
.audioplayer {
    position: relative;
	width:100%;
	margin-bottom: 10px;
}
.audiocontrollers {
	display:table;
    float: left;
    width: 30px;
}
.audiobtnplay {
	display:table-cell;
	vertical-align:middle;
}
.audiobtnplaybgrd {
    float: left;
	width:20px;
	height:20px;
	text-align:center;
	cursor:pointer;
    background-color: #fff;
}
.audiobtnplaybgrd:hover {
    background-color: #ffd;
}
.audiobtnimg {
	width:18px;
	height:18px;
	margin-top:1px;
}
.audiodisplay {
	height:20px;
    margin-left: 30px;
}
.noaudiowaveform {
	position:relative;
	width:100%;
	height:18px;
	background-color: #eee;
	border:1px solid #ddd;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.audioSeek {
	position:relative;
	top:-19px;
	width:100%;
	height:20px;
	cursor:pointer;
}
