#player_container {
    position: relative;
    background-color:#eee;
    width:184px;
    height:120px;
    border:1px solid #9b1c37;
    color: #000;
}
#player_container  ul#player_controls {
    list-style-type:none;
    padding:0;
    margin: 0;
}
#player_container  ul#player_controls li {
    overflow:hidden;
    text-indent:-9999px;
}
#jplayer_play,
#jplayer_pause {
    display: block;
    position: absolute;
    left:48px;
    top:20px;
    width:40px;
    height:40px;
    cursor: pointer;
}
#jplayer_play {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") 0 0 no-repeat;
}
#jplayer_play:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -41px 0 no-repeat;
}
#jplayer_pause {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") 0 -42px no-repeat;
}
#jplayer_pause:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -41px -42px no-repeat;
}
 
#ctrl_prev {
    position: absolute;
    left:20px;
    top:26px;
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") 0 -112px no-repeat;
    width:28px;
    height:28px;
    cursor: pointer;
}
 
#ctrl_prev:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -29px -112px no-repeat;
}
 
#ctrl_prev.disabled {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -58px -112px no-repeat;
    cursor:default;
}
 
#ctrl_next {
    position: absolute;
    left:88px;
    top:26px;
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") 0 -141px no-repeat;
    width:28px;
    height:28px;
    cursor: pointer;
}
 
#ctrl_next:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -29px -141px no-repeat;
}
 
#ctrl_next.disabled {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -58px -141px no-repeat;
    cursor:default;
}
 
 
#jplayer_stop {
    position: absolute;
    left:126px;
    top:26px;
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") 0 -83px no-repeat;
    width:28px;
    height:28px;
    cursor: pointer;
}
#jplayer_stop:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -29px -83px no-repeat;
}
#jplayer_progress {
    position: absolute;
    left:32px;
    top:64px;
    background-color: #eee;
    width:122px;
    height:15px;
    border:1px solid #9b1c37;
}
#jplayer_load_bar {
    background: #c5c4bf;
    width:0px;
    height:15px;
    cursor: pointer;
}
#jplayer_load_bar.jqjp_buffer {
    background: #46160A;
}
#jplayer_play_bar {
    background: #9b1c37;
    width:0px;
    height:15px;
}
#jplayer_volume_min {
    position: absolute;
    left:26px;
    top:96px;
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") 0 -170px no-repeat;
    width:18px;
    height:15px;
    cursor: pointer;
}
 
#jplayer_volume_max {
    position: absolute;
    left:112px;
    top:96px;
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") 0 -186px no-repeat;
    width:18px;
    height:15px;
    cursor: pointer;
}
 
#jplayer_volume_min:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -19px -170px no-repeat;
}
 
#jplayer_volume_max:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -19px -186px no-repeat;
}
 
#ctrl_download {
    position: absolute;
    left:133px;
    top:96px;
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -38px -170px no-repeat;
    width:18px;
    height:15px;
    cursor: pointer;
    border: 0px;
}
 
#ctrl_download:hover {
    background: url("/wp-content/plugins/ojiis_player/gfx/spirites.jpg") -57px -170px no-repeat;ter;
    border: 0px;
}
 
#jplayer_volume_bar {
    position: absolute;
    left:50px;
    top:101px;
    background: #c5c4bf;
    width:64px;
    height:5px;
    cursor: pointer;
}
#jplayer_volume_bar_value {
    background: #9b1c37;
    width:0px;
    height:5px;
}
 
#play_time,
#total_time {
    position: absolute;
    left:32px;
    top:81px;
    width:122px;
    font-size:.8em;
    font-style:oblique;
}
 
#total_time {
    text-align: right;
}
 
#playlist_list {
    width:184px;
}
 
#playlist_list ul{
    padding:10px 20px 20px 20px;
    margin:0 0 10px 0;
    background-color:#46160a;
    border:1px solid #9b1c37;
    border-top:none;
    width:144px;
    font-size:.9em;
}
 
#playlist_list ul li{
    list-style: none;
    padding-left:6px;
    border-bottom:1px solid #eee;
    cursor: pointer;
    color: #fff;
}

#playlist_list li.offpage{
    display: none;
}
 
#playlist_list ul li.playlist_current{
    color:#CD5C4C;
    list-style: none;
    padding-left:6px;
    cursor: default;
}

#playlist_next_page{
    list-style-type:none;
    list-style-image:none;
    padding-left:6px;
    border-bottom:1px solid #eee;
    cursor: pointer;
    font-weight: bold;
}

#playlist_previous_page{
    list-style-type:none;
    list-style-image:none;
    padding-left:6px;
    border-bottom:1px solid #eee;
    cursor: pointer;
    font-weight: bold;
}
 
#playlist_list li:hover {
    color:#CD5C4C;
}

.offpage { display:none; }
