html, body, div, span, applet, object, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center {
	1margin: 0;
	1padding: 0;
	1border: 0;
	1outline: 0;
	1font-size: 100%;
	1vertical-align: baseline;
	1background: transparent;
}
.fl 
{
1float:left;
}

.fr 
{
float: right;
}
.clear { clear: both; line-height: 0px !important; font-size: 0px !important; height: 0 !important }

.duration 
{
    margin-top:-3px;
    font-family: verdana;
    text-shadow: 1px 1px 3px #000000;
    font-size:11px;
    color:#fff;
}

.btn.play 
{
    width:16px;
    height:16px;
    background-image: url(i/play.png);
    display: inline-block;
}

.btn.pause
{
    width:16px;
    height:16px;
    background-image: url(i/pause.png?2);
}

.btn.paused
{
    width:16px;
    height:16px;
    background-image: url(i/play.png?3);
    display: inline-block;
}


div.player 
{
    width:550px;
    height:14px;
    margin-top:0px;
    padding-left:20px;
}

div.player.inactive
{
    margin-top:5px;
    margin-bottom:0px;
    border-top: dashed 1px #a9a9a9;
}

.item .title 
{
    text-shadow: 1px 1px 3px #000000;
    font-size:12px;
    font-family: verdana;
    -vertical-align:middle;
}

.item .btn 
{
    display:inline;
    float:left; 
    margin-right:8px;
    cursor:pointer;
}