div#myplayer {
    position: absolute;
    width: 280px;
    height: 150px;
    background-color: #272525;
}

div#myplayer_control_panel {
    position: absolute;
    height: 50px;
}

div#myplayer_play_ops {
    position: absolute;
    margin: 10px;
    height: 30px;
}

a#myplayer_play_pause {
    position: absolute;
    top: 0px;    
}

a#myplayer_previous {
    position: absolute;
    top: 0px;
    left: 220px;
}

a#myplayer_next {
    position: absolute;
    top: 0px;
    left: 240px;
}

div#myplayer_timers {
    position: absolute;
    border: 1px solid white;
    height: 6px;
    width: 190px;
    top: 3px;
    left: 20px;
    padding: 0px;
    margin: 0px;
}

div#myplayer_timers div {
    position: absolute;
    height: 4px;
    top: 1px;
}

div#myplayer_loading_timer {
    background-color: #CCC;
    z-index: 2;
}

div#myplayer_playing_timer {
    background-color: #0fc3d8;
    z-index: 3;
}

div#myplayer_slider {
    width: 6px;
    background-color: #FFFFFF;
    z-index: 4;
}

div#myplayer_slider:hover {
    top: -2px;
    height: 10px;
    width: 10px;
}

.myplayer_slider_drag {
    top: -2px;
    height: 10px;
    width: 10px;
}

div#player_volume {
    position: absolute;    
}

div#myplayer_timevol_ops {
    position: absolute;
    height: 20px;
    top: 33px;
    background-color:#CCC;
}

div#myplayer_volume_strips {
    position: absolute;
    left: 30px;
}

a#myplayer_volume_minus {
    position: absolute;
    border: none;
    left: 15px;
    top: -9px;
}

a#myplayer_volume_plus {
    position: absolute;
    border: none; 
    left: 65px;
    top: -6px;
}

a#myplayer_mute {
    position: absolute;
    border: none; 
    left: 125px;
    top: -6px;
}

div#myplayer_time_countdown {
    position: absolute;
    left: 220px;
    top: -6px;
    color: white;
    font-weight: bold;
    font: 20%;
}

div.myplayer_strip_skin {
    position: absolute;
    width: 7px;
    background-color: #FFFFFF;
}

div.myplayer_strip_skin_on {
    background-color: #0fc3d8;    
}

div#myplayer_strip_0 {
    height: 4px; 
}

div#myplayer_strip_1 {
    height: 8px;
    left: 8px;
    top: -2px;
}

div#myplayer_strip_2 {
    height: 12px;   
    left: 16px;
    top: -4px;
}

div#myplayer_strip_3 {
    height: 16px;   
    left: 24px;
    top: -6px;
}

#myplayer_playlist_container {
    position: absolute;
    overflow: auto;
    border: 1px solid white;
    margin: 10px;
    width: 260px;
    height: 73px;
    top: 40px;
    scrollbar-highlight-color: #272525; 
    scrollbar-3dlight-color: #272525; 
    scrollbar-shadow-color: #272525; 
    scrollbar-darkshadow-color: #272525; 
    scrollbar-track-color: #272525; 
    scrollbar-arrow-color: #272525;
}

#myplayer_playlist {
    color: white;
    font-size: 80%;
    width: 250px;
    padding: 5px;
}

#myplayer_playlist li {
    background-color: #373737;
    margin: 3px;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;    
    text-overflow: ellipsis;
    list-style: decimal inside;
    display: list-item;
}

#myplayer_playlist li.ui-selected { 
    background-color: #0fc3d8;    
}

#myplayer_playlist li.ui-selecting { 
    border: 1px solid #AAA; 
}

a.myplayer_mp3 {
    color: white;
    text-decoration: none;
}

a.myplayer_helper{
    color: white;
    text-decoration: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
    border: 1px solid #ACA4A2; 
	background-color: #202020;
	padding: 3px;
    opacity: 0.85;
    filter: alpha(opacity=100);
}

#tooltip h3 {
    font-size: 85%;
    color: #FFFFFF; 
    font-weight: normal;
}