.audio-container
{
    width: 318px;
    float: left;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

/*.audio-container
{
    width: 270px;
    float: left;
    padding: 0 24px;
    margin: 0;
}*/
.audio-player
{
    margin: 0 auto 5px;
    overflow: hidden;
}

.playing-title
{
    margin: 0;
    padding: 0;
    background: #253f65;
    color: #fff;
    padding-left: 3px;
    width: 265px;
    font: bold 14px/20px Verdana,sans-serif;
}

.playing-description
{
    width: 260px;
    margin: 0 0 5px;
    padding: 3px;
    height: 32px;
    font: 11px/16px Verdana,sans-serif;
    border-left: 1px solid #253f65;
    border-right: 1px solid #253f65;
    border-bottom: 1px solid #253f65;
}

.playing-description-small
{
    width: 180px;
}

a.playButton,
a.playButton:link,
a.playButton:active,
a.playButton:visited
{
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-color: #eee #253f65 #253f65 #eee;
    margin-right: 5px;
    background-color: #253f65;
    overflow: hidden;
    float: left;
    text-decoration: none;
    background-image: url("../../images/media_images/play_button.png");
}

a.playButton:hover
{
    border-color: #888 #eee #eee #888;
}

.playlist
{
    clear: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 265px;
}

.playlist li
{
    font: 10px/16px Verdana,sans-serif;
    width: 266px;
    height: 32px;
    overflow: hidden;
    margin: 6px 0 0;
    border-right: 1px solid #253f65;
    border-bottom: 1px solid #253f65;
    border-top: 1px solid #253f65;
}

.playlist-count
{
    float: left;
    width: 10px;
    height: 32px;
    overflow: hidden;
    background: #253f65;
    color: #fff;
    margin: 0 5px 0 0;
    padding: 0 5px;
    font: 12px/32px Verdana,sans-serif;
    font-weight: bold;
}

.playlist li a
{
    font-weight: bold;
    color: #253f65;
    text-decoration: none;
    display: block;
}

*.horizontal_track 
{
    float: left;
    background-color: #fff;
    width: 220px;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    margin: 5px 0 0 0;
    border: 1px solid;
    border-color: transparent;
}
*.horizontal_slider 
{
    background-color: #253f65;
    width: 16px;
    height: 8px;
    position: relative;
    z-index: 2;
    line-height: 0px;
    margin: 0;
    border: 2px solid;
    border-color: #ccc #888 #888 #ccc;
    overflow: hidden;
}
*.horizontal_slit 
{
    background-color: #aaa;
    width: 210px;
    height: 1px;
    margin: 5px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}
*.display_holder 
{
    display: none;
}
