
.fl 
{
float:left;
}

.fr 
{
float: right;
}
.clear { clear: both; line-height: 0px !important; font-size: 0px !important; height: 0 !important }




b 
{
   color:   #989898; 
   font-weight: bold;
   font-size:10px;
}

.duration 
{
    font-size:10px;
    color:#777;
}

.btn.play 
{
    width:16px;
    height:17px;
    background-image: url(i/play.png);
    display: inline-block;
}

.btn.pause
{
    width:16px;
    height:17px;
    background-image: url(i/pause.png);
}

.btn.paused
{
    width:16px;
    height:17px;
    background-image: url(i/play.gif?3);
    display: inline-block;
}


div.player 
{
    width:130px;
    height:10px;
	float:left;
}

div.player.inactive
{
    margin-top:5px;
    margin-bottom:0px;
}

.item .title 
{
    -vertical-align:middle;
}

.item .btn 
{
    display:inline;
    float:left; 
    margin-right:5px;
    cursor:pointer;
}
