#progressbar {
  height: 18px;
  width: 200px;
  background: #8fd2ed;
  position: relative;
  top: -22px;
}
#status {
  color: #ccc;
  font-size: 12px;
}
#loadbar{
  width: 0px;
  height: 100%;
  background: rgba(255,255,255,0.05);
}
#songbar{
  width: 0px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
#player-controls {
position: absolute;
top: 4px;
}
#activate-player {
  position: absolute;
  top: 368px;
  left: 50%;
  background-color: rgba(0,0,0,0.35);
  width: 150px;
  height: 21px;
  padding-top: 3px;
  margin-left: -75px;
  text-align: center;
  display: none;
}
#activate-player a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('player.png');
  background-position: -32px 0px;
  vertical-align: top;
  position:relative;
  top: 2px;
  opacity: 0.75;
  -webkit-transition: 0.25s opacity;
  -moz-transition: 0.25s opacity;
  -o-transition: 0.25s opacity;
  -ms-transition: 0.25s opacity;
  transition: 0.25s opacity;
}
#activate-player a:hover span {
  opacity: 1;
}
#activate-player a {
  font-size: 0.9em;
  text-transform: lowercase;
}
#player {
  display: none;
  position: absolute;
  left: 50%;
  text-align: left;
  top: 368px;
  width: 300px;
  height: 16px;
  margin-left: -159px;
  font-size: 12px;
  font-family: Arial, Sans;
  padding: 4px;
  background-color: rgba(0,0,0,0.5);
  color: black;
}
#player.fixed {
  position: fixed;
  top: 0px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  z-index: 999999;
}
#player a {
/*  text-shadow: 0px 0px 10px #00a9ed; */
}
#player-button {
  width: 16px;
  height: 16px;
  background-image: url('player.png');
  background-position: -32px 0px;
  display: inline-block;
  float: left;
  opacity: 0.8;
}
#player-button.pause {
  background-position: -48px 0px;
}
#player-button:hover {
  opacity: 1;
}
#player-panel {
  display: inline-block;
}
#player img {
  border: 0;
}
#player-button a, #player-button a:active {
  border: 0;
  outline: 0;
}
#controls-left, #controls-right {
display: inline-block;
  font-size: 11px;
float: left;
width:16px;
height: 16px;
margin-right: 3px;
background-image: url('player.png');
opacity: 0.8;
}
#controls-left:hover, #controls-right:hover {
opacity: 1;
}
#controls-left {
background-position: -64px 0px;
}
#controls-right {
background-position: 0px 0px;
}
#controls-right.vol50 {
background-position: -16px 0px;
}
#player a {
color: #ccc;
text-decoration: underline;
}
#player a:hover {
color: #9d0128;
}
#player-info {
margin-left: 3px;
display: inline-block;
height: 16px;
overflow: hidden;
}
#title {
font-weight: bold;
font-size: 12px;
color: #ccc;
}
#player #player-close {
position: absolute;
left: 294px;
top:3px;
}
#player #player-close a{
text-decoration: none;
font-size: 12px;
color: #ccc;
font-weight: bold;
}
#player #player-close a:hover {
color: #9d0128;
}
