.mg_musicArt{
    width:50px;
    height:50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.mg_musicTitle{
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: bottom;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mg_musicPlayer{
    background:#333333;
    margin-bottom: 5px;
}

.audiojs { 

    background: none;
    box-shadow: none;
    width:100%;
    height:60px;
    position: relative;
    font-family: inherit;
}

.audiojs .play-pause{
    margin-top: 15px;
    width:auto;
    border:none;
}

.audiojs .time {
    margin-top: 15px;
    border:none;
}

.audiojs .scrubber {
    position: absolute;
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0px;
    background: none;
    cursor: pointer;
    margin:0;
}

.audiojs .loaded{
    background: gray;
    opacity: 0.5;
    height: 15px;
}

.audiojs .progress{
    border-radius: 0;
    height: 15px;
}