﻿
.playerL
{
    background-image: url(images/playerL.jpg);
    background-position:left;
    background-repeat:no-repeat;
    width: 17px;
    height: 300px;
}
.playerM
{
    position: relative;
    background-image: url(images/playerM.jpg);
    height: 300px;
    padding:0px;
    margin:0px;
    padding-top: 18px;
}
.playerR
{
    background-image: url(images/playerR.jpg);
    background-position:right;
    background-repeat:no-repeat;
    width: 17px;
    height: 300px;
}
.play
{
    background-image: url(images/play.jpg);
    width: 32px;
    height: 22px;
    margin: 5px;
    padding: 0px;
    float: left;
}
.playOver
{
    background-image: url(images/playOver.jpg);
    width: 32px;
    height: 22px;
    margin: 5px;
    padding: 0px;
    float: left;
}
.stop
{
    background-image: url(images/stop.jpg);
    width: 32px;
    height: 22px;
    margin: 5px;
    padding: 0px;
    float: left;
}
.stopOver
{
    background-image: url(images/stopOver.jpg);
    width: 32px;
    height: 22px;
    margin: 5px;
    padding: 0px;
    float: left;
}
.lblNowPlaying
{
    height: 30px;
    padding-top: 8px;
    padding-right: 3px;
    float: left;
    color: #FFB;
    font-size: 10px;
    font-weight: bold;
}
.lblTitle
{
    height: 16px;
    width: 160px;
    margin-top: 8px;
    margin-right: 10px;
    padding-left: 3px;
    float: left;
    background: #FFF;
    border: solid 1px #000;
    font-size: 10px;
    font-weight: normal;
    text-align:left;
}