.audioWidgetButton {
    display:            block;
    float:              left;
    border:             #CDF3CD solid 1px;
    margin:             2px;
    padding:            2px;
    width:              40px;
    text-align:         center;
}
.audioWidgetButton:hover, .billysPlayList:hover {
    cursor:             pointer;
    background-color:   rgb(240, 240, 240);
}
.billiesAttention {
    background-color:   #CDF3CD;
}
.billysPlayList {
    display:            block;
    border:             #CDF3CD solid 1px;
    padding:            2px;
    height:             45px;
    overflow:           hidden;
}
#billyTheSlider {
    position:           absolute;
    left:               0;
    top:                -6px;
    width:              30px;
    height:             30px;
    background:         url(picture/billyTheSlider.png) no-repeat;
}
#billyClock {
    display:            block;
    position:           relative;
    top:                50px;
    left:               -250px;
}
#billyWrapper {
    position:           relative;
    float:              left;
    width:              100%;
}
#container {
    border:             #CDF3CD solid 1px;
    color:              #2F4F4F;
    width:              400px;
    height:             400px;
}
#loadingprogress {
    display:            inline-block;
    float:              left;
    border-radius:      20px;
    height:             4px;
    width:              0;
}
#playListWrapper {
    overflow-x:         hidden;
    overflow-y:         scroll;
    height:             80%;
    margin-top:         50px;
    padding:            1px;
}
#progressbar {
    width:              380px;
    height:             4px;
    position:           relative;
    border:             1px solid #CDF3CD;
    margin:             10px;
    border-radius:      20px;
    background-color:   #cccccc;
    vertical-align:     middle;
}
#progressbar {
    cursor:             pointer;
}