#player_container {
    position: relative;
    border: solid 0px red;
    float: left;
    width: 180px;
    height: 200px;
}
#player_container  ul#player_controls {
    list-style-type:none;
    padding:0;
    margin: 0;
}
#player_container  ul#player_controls li {
    overflow:hidden;
    text-indent:-9999px;
}
#player_play,
#player_pause {
    display: block;
    position: absolute;
    left:77px;
    bottom:40px;
    width:27px;
    height:20px;
    cursor: pointer;
}
#player_play {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -170px;
}
#player_play.jqjp_hover {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -210px;
}
#player_pause {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -90px;
}
#player_pause.jqjp_hover {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -130px;
}

#ctrl_prev {
    position: absolute;
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -250px;
    left:40px;
    bottom:40px;
    width:27px;
    height:20px;
    cursor: pointer;
}

#ctrl_prev:hover {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -290px;
}

#ctrl_prev.disabled {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    cursor:default;
    background-position: -10px -250px;
}

#ctrl_next {
    position: absolute;
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    left:114px;
    bottom:40px;
    width:27px;
    height:20px;
    cursor: pointer;
    background-position: -10px -10px;
}

#ctrl_next:hover {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -50px;
}

#ctrl_next.disabled {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    cursor:default;
    background-position: -10px -10px;
}

/*
#player_stop {
    position: absolute;
    left:126px;
    top:26px;
    background: url("/gfx/jplayer/spirites.jpg") no-repeat;
    width:28px;
    height:28px;
    cursor: pointer;
}
#player_stop.jqjp_hover {
    background: url("/gfx/jplayer/spirites.jpg") no-repeat;
}
*/
#player_progress {
    position: absolute;
    left:1px;
    bottom:27px;
    background: #000;
    border: solid 1px #676889;
    width:178px;
    height:5px;
}
#player_progress_load_bar {
    background: #222;
    width:0px;
    height:5px;
    cursor: pointer;
    font-size: 1px;
}
#player_progress_load_bar.jqjp_buffer {
    background: #333;
}
#player_progress_play_bar {
    background: #393b67;
    width:0px;
    height:5px;
}
#player_volume_min {
    position: absolute;
    right:46px;
    bottom:7px;
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    width:17px;
    height:13px;
    cursor: pointer;
    background-position: -10px -330px;
}
#player_volume_min.jqjp_hover {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -330px;
}

#player_volume_max {
    position: absolute;
    right:0px;
    bottom:7px;
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -363px;
    width:7px;
    height:13px;
    cursor: pointer;
}

#player_volume_max.jqjp_hover {
    background: url("/gfx/jplayer_sprites.gif") no-repeat;
    background-position: -10px -363px;
}

#player_volume_bar {
    position: absolute;
    right:9px;
    bottom:10px;
    width:32px;
    height:5px;
    cursor: pointer;
    background: #000;
    border: solid 1px #676889;
    font-size: 1px;
}
#player_volume_bar_value {
    background: #393b67;
    width:0px;
    height:5px;
}

#play_time, #total_time {
    width:20px;
    font-size:.8em;
    color: #b4b5d5;
}
#play_time {
    position: absolute;
    left:1px;
    bottom:36px;
}
#total_time {
    position: absolute;
    right: 4px;
    bottom:36px;
}

#current_songtitle {
    position: absolute;
    left:0px;
    top:176px;
    width:110px;
    color: #b4b5d5;
}

#player_picture {
    background: url('/files/player/james-blood-ulmer-n-vernon-reid.jpg') left top no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width:180px;
    height: 167px;
    border: solid 1px #1d1d58;
}