.simple-player-container {
    display: inline-block; position:fixed; right:0px; z-index:999; bottom:0; height:25px;
}
.simple-player-container > div > ul {
    margin: 0;
    padding-left: 0;
}
.simpleplayer-play-control {
    background-image:url(../images/PImg/play.png);
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-play-control:hover {
    background-image: url(../images/PImg/playing.png);
}
.simpleplayer-stop-control {
    background-image: url(../images/PImg/stop.png);
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-stop-control:hover {
    background-image: url(../images/PImg/stoped.png);
}
