a:focus,input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}


.threadsplayer { height: 22px; position: relative; 
    padding: 10px 4px; width: 450px; margin-bottom: 10px; }

.volumemin{
position: absolute;
top: 13px;
left: 306px;
width: 14px;
height: 14px;
}

.volumemax{
position: absolute;
top: 13px;
left: 428px;
width: 14px;
height: 14px;
}

.volumebar{
position: absolute;
top: 16px;
left: 325px;
width: 100px;
}
.volumebar .volume {
    background-color: #999;
height: 8px;
}
.volumebar .volume a { height: 12px; }


.currenttime {
    font-size: 0.7em;
    color: #999;
    position: absolute;
    top: 134px;
    left: 5px;
}
.duration {
    font-size: 0.7em;
    color: #999;
    position: absolute;
    top: 134px;
    left: 255px;
    
}


.trackartist {
position: absolute;
top: 5px;
left: 10px;
width: 180px;  
font-style: italic;
  height: 17px;
    overflow: hidden;
}

.tracktitle {
position: absolute;
top: 20px;
left: 10px;
width: 180px;  
font-style: italic;
  height: 17px;
    overflow: hidden;
}

ul.buttons {
position: absolute;
top: 6px;
left: 200px;
width: 150px;  
}

ul.buttons li { float: left; padding: 2px; }

