.player {
  padding: 0 0 0 7px;
  /*shmargin-top: 15px;
  zaborder-top: 1px solid #731283;*/
  width: 100px;
  z-index: 12;
  position: relative;
}
.player .sico {
  display: block;
  margin-right: 6px;
}
.player .sico img {
  width: 19px;
  height: 16px;
}
.player.pause .sico.play-pause {
  background: url(/player/images/play.png);  
}
.player.play .sico.play-pause {
  background: url(/player/images/pause.png);  
}
.player .sico.next {
  background: url(/player/images/next.png);  
}
.player_message {
  position: absolute;
  margin: auto;
  top: 20px;
  text-align: center;
  font-size: 75%;
  font-weight: bold;
  width: 100%;
  z-index: 100;
}
