.both {
   position:relative;
   clear: both;
}

#mouse_mover {
    position:absolute;
    background:#ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: none;
}

#mouse_time {
    padding:5px 10px;
}

.audioplayer {
    margin-top:20px;
}

.audio_top {
    height:auto;
    margin:0 5px;
    border-bottom: 1px solid #dddddd;
}   

.audio_middle {
    height:auto;
    margin:3px 5px;
}    

.audio_cd_image {
    border : 0;
} 

#audio_image {
    margin: 0;
} 

@media (max-width: 768px) {

    #audio_image {
        margin: 0 auto;
        border: 1px solid #dddddd;
        padding:10px;
        background-color: #eeeeee;
        border-radius: 3px;
    } 

}


.audio_info_and_play {
    height:auto;
} 

.audio_info {
    min-height:110px;
}

.audio_info_show {
    display: none;
}

.audio_info_artist {
    padding-top:15px;
    height:auto;
    text-align:center;
    color:#aaaaaa;
    font-size:18px;
} 

.audio_info_title {
    padding-top:2px;
    height:auto;
    text-align:center;
    color:#aaaaaa;
    font-size:14px;
} 

.audio_info_album {
    padding-top:2px;
    height:auto;
    text-align:center;
    color:#a4c9e8;
    font-size:14px;
} 

.audio_info_time {
    padding-top:2px;
    height:auto;
    text-align:center;
    color:#aaaaaa;
    font-size:11px;
} 


.audio_play_button {
    height:auto;
    margin-top:0px;
} 

.audio_play_button_container {
    margin: 0 auto; 
    width:153px; 
}




.audio_mute {
    position:absolute;
    width:20px;
    left:5px;
    bottom:1px;
    cursor: pointer;
    color:#a4c9e8;
    font-size:18px;
}

.audio_container_volume_bar {
    display: none;
}

.audio_default_volume_bar {
    margin-left:7px;
    width:5px;
    height:100px;
    background:#eeeeee;
}

.audio_active_volume_bar {
    margin-top:-100px;
    margin-left:7px;
    width:5px;
    height:100px;
    background:#fb9000;
}

.audio_click_volume_bar {
    margin-top:-100px;
    margin-left:0px;
    width:20px;
    height:100px;
    background:transparent;
    cursor: pointer;
}




.audio_volume_bar {
    position:absolute;
    bottom:3px;
    right:0px;
    width:20px;
    height:130px;
}

.audio_random {
    position:absolute;
    bottom:6px;
    right:20px;
    color:#dddddd;
    font-size:14px;
    cursor: pointer;
}

.audio_repeat {
    position:absolute;
    bottom:6px;
    right:55px;
    color:#dddddd;
    font-size:14px;
    cursor: pointer;
}

.audio_bars {
    position:absolute;
    bottom:6px;
    right:80px;
    color:#dddddd;
    font-size:14px;
    cursor: pointer;
}



@media (max-width: 420px) {

    .audio_random {
        left:0px;
    }

    .audio_repeat {
        left:25px;
    }

    .audio_bars {
        right:30px;
    }

}


.fa:hover {
    color: #fb9000;
}

.player_button {
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #999999 100%);
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#999999 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#999999',GradientType=0 );
    margin:5px;
    border: medium none;
    border-radius: 50%;
    color: #888888;
    height: 31px;
    text-align: center;
    transition: all 0.1s ease-in-out 0.1s;
    width: 31px;
    z-index: 1;
    display: block;
    opacity: 1; 
    cursor: pointer;
    font-size: 14px;
    position: relative;
    float:left;
}

.player_button:hover {
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #aaaaaa 100%);
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom,  #e5e5e5 0%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#aaaaaa',GradientType=0 );
    color: #fb9000;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.player_button_small {
    margin-top: 9px;
    height: 25px;
    width: 25px;
    font-size: 11px;
}

.player_button .fa {
    position:absolute;
    top:8px;
    left:10px;
}

.progress-bar {
    background: #dddddd;
}


.progress:hover .progress-bar {
    background: #fb9000;
}

.progress {
    cursor: pointer;
    padding:0;
    margin:0;
    margin-bottom:10px;
}

#audio_image {
    width: 150px;
    height: 150px;
}

#audio_list_container {
    padding:0;
    margin:0;
}

ul#audio_list {
    padding:0;
    margin:0;
    list-style-type:none;
}

ul#audio_list li {
    border: 1px solid #dddddd;
    padding: 5px;
    color:#aaaaaa;
    font-size:14px;
    width:100%;
    margin-bottom: 3px;
    cursor:pointer;

}

ul#audio_list li div.list_cont {
    position: relative;
}

ul#audio_list li div.list_left {
    float:left;
}

ul#audio_list li div.list_right {
    float:right;
}

ul#audio_list li:hover {
    border:1px solid #a4c9e8;
}

.audio_list_set {
    color:#a4c9e8;
}
