

#playa {
    border: 1px solid white;
    padding: 1px;
    width: 218px;
}

#player_container {
    position: relative;
    display: block;
    background: url(images/bg_playa.png) repeat-x;;
    width: 210px;
    height: 45px;
    padding: 4px;
}

#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.jqjp_hover {
}

.playa_button {
    display: inline-block;
    background: white;
    border-right: 1px solid #d4cec7;
    border-bottom: 1px solid #d4cec7;
    width: 22px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
}

.b_play img {
    padding-top: 2px;
}

.playa_button:hover {
    background: #d4cec7;
}

#player_progress {
    border: 1px solid #a7a69d;
    margin-top: 4px;
    width: 100%;
    height: 4px;
}

#player_progress_load_bar {
    background: url("images/bar_load.gif") top left repeat-x;
    width: 0px;
    height: 3px;
    padding: 1px;
    cursor: pointer;
}

#player_progress_load_bar.jqjp_buffer {
    background: url("images/bar_buffer.gif") top left repeat-x;
}

#player_progress_play_bar {
    background: url("images/bar_play.gif") top left repeat-x;
    /*
     margin-top:1px;
     */
    width: 0px;
    height: 2px;
}

#player_volume_min {
    left: 296px;
    top: 32px;
    background: url("images/spirites.jpg") 0 -170px no-repeat;
    width: 18px;
    height: 15px;
    cursor: pointer;
}

#player_volume_max {
    position: absolute;
    left: 368px;
    top: 32px;
    background: url("images/spirites.jpg") 0 -186px no-repeat;
    width: 18px;
    height: 15px;
    cursor: pointer;
}

#player_volume_min.jqjp_hover {
    background: url("images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
    background: url("images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
    position: absolute;
    left: 314px;
    top: 37px;
    background: url("images/volume_bar.gif") repeat-x top left;
    width: 46px;
    height: 5px;
    cursor: pointer;
}

#player_volume_bar_value {
    background: url("images/volume_bar_value.gif") repeat-x top left;
    width: 0px;
    height: 5px;
}

#play_time, #total_time {
    position: absolute;
    left: 5px;
    top: 38px;
    width: 210px;
    font-size: .6em;
    font-style: oblique;
}

#total_time {
    text-align: right;
}

#playlist_list {
    position: relative;
    background: #d4cec7;
    border: 1px solid #a7a29d;
}

#playlist_list div.trackContainer {
    cursor: pointer;
    padding: 4px;
    font-size: 0.9em;
	/*
border-bottom: 1px solid #a7a29d;
*/
	
}

#playlist_list div.track {
    color: #9f0000;
}

#playlist_list div.albumListing {
    color: #827f7b;
    font-style: italic;
}

#playlist_list div.playlist_current {
    background: #e1ddd8;
}

#playlist_list div.playlist_hover {
}

/*
 #playlist_list ul {
 list-style-type: none;
 
 margin: 0 0 10px 0;
 border: 1px solid #009be3;
 border-top: none;
 
 font-size: .9em;
 }
 
 #playlist_list li {
 padding: 4px 0 4px 20px;
 cursor: pointer;
 }
 
 #playlist_list li.playlist_current {
 color: #0d88c1;
 list-style-type: square;
 list-style-position: inside;
 padding-left: 6px;
 cursor: default;
 }
 
 #playlist_list li.playlist_hover {
 color: #0d88c1;
 }
 */