
#audio_slideshow_module {
    width: 600px;
    height: 553px;
    border: 1px solid #d4d4d4;
    color: #787878;
    font: 13px/14px Helvetica, Arial, sans-serif;
    position: relative;
}

#audio_slideshow_module ul,  
#audio_slideshow_module ul > li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}


#audio_slideshow_module .credit {
    margin: 15px 0 0 20px;
}

#audio_slideshow_module .caption {
    margin: 5px 0 0 20px;
    font-weight: bold;
} 



#audio_slideshow_module .slides {
    height: 450px;
}

#audio_slideshow_module .slides li, 
#audio_slideshow_module .overlay {
    display: block;
    width: 600px;
    height: 450px;
    position: absolute;
    top: 0; left: 0;
}

#audio_slideshow_module .overlay {
    background: url('../i/audio_slideshow_module/play-overlay.png') center center no-repeat;
    cursor: pointer;
}

#audio_slideshow_module .controls {
    height: 20px;
    padding: 5px;
    background: #f6f6f6;
}

#audio_slideshow_module .controls li {
    width: 16px;
    height: 16px;
    margin: 2px 4px;
    display: block;
    float: left;
    cursor: pointer;
    background: url('../i/audio_slideshow_module/sprites.gif');
}

#audio_slideshow_module .controls .mute {
    float: right;
    background-position: 0 0;
}

#audio_slideshow_module .controls .mute:hover {
    background-position: 0 -15px;
}

#audio_slideshow_module .controls .mute.active {
    background-position: -16px 0;
}

#audio_slideshow_module .controls .mute.active:hover {
    background-position: -16px -15px;
}

#audio_slideshow_module .controls .play {
    background-position: -32px 0;
}

#audio_slideshow_module .controls .play:hover {
    background-position: -32px -15px;
}

#audio_slideshow_module .controls .pause {
    background-position: -48px 0;
}

#audio_slideshow_module .controls .pause:hover {
    background-position: -48px -15px;
}

#audio_slideshow_module .controls .duration {
    width: 425px;
    height: 3px;
    margin-top: 8px;
    border: 1px solid #aeaeae;
    background: #c6c6c6;
    position: relative;
    overflow: visible;
}

#audio_slideshow_module .controls .duration > span {
    width: 8px;
    height: 8px;
    top: -4px;
    margin-left: -5px;
    display: block;
    position: absolute;
    border: 1px solid #aeaeae;
    border-right: 2px solid #aeaeae;
    border-bottom: 2px solid #aeaeae;
    background: white;
}

#audio_slideshow_module .controls .timer {
    width: 99px;
    margin-top: 3px;
    text-align: center;
    background: none;
}
