div#musicplayer {
  position: relative;
  z-index: 90;
}

.pc div#musicplayer #tbg {
  position: absolute;
  top:25px;
  left: 0;
  width: 192px;
  height: 20px;
  background: url(../img/mp/title.png) no-repeat;
  overflow: hidden;
  font-size: 14px;
}

.mobile div#musicplayer #tbg {
  position: absolute;
  top: 8px;
  left: 0;
  width: 192px;
  height: 20px;
  background: url(../img/mp/title.png) no-repeat;
  overflow: hidden;
  font-size: 14px;
}

div#musicplayer #tbg>span{
  color: #000;
  line-height: 20px;
  margin-left: 192px;
  white-space:pre;
 }

div#jp_container_N {
  display: none;
}


.pc div#musicplayer ul#m_list {
  position: absolute;
  top: 0;
  left: 20px;
  width: 200px;
  height: 20px;
}

.mobile div#musicplayer ul#m_list {
  display: none;
}


.pc div#musicplayer ul#m_list li{
  height: 20px;
  width: 16px;
  overflow: hidden;
  float: left;
  margin-left: 4px;   
}

.pc div#musicplayer ul#m_list li img:hover{
  margin-top:  -20px;
}

.pc div#musicplayer ul#m_list li.playing img{
  margin-top:  -40px;
}

.pc div#musicplayer div#mute img#mute_off{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 16px; 
  width: 18px; 
}

.pc div#musicplayer div#mute img#mute_on{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 16px; 
  width: 18px; 
  display: none;
}

.mobile div#musicplayer div#mute {
  display: none;

}

.pc div#musicplayer div#prev {
  position: absolute;
  top: 25px;
  left: 192px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.pc div#musicplayer div#prev img:hover {
  margin-top:  -20px;
}


.mobile div#musicplayer div#prev {
  display: none;

}


.pc div#musicplayer div#next {
  position: absolute;
  top: 25px;
  left: 212px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.pc div#musicplayer div#next img:hover {
  margin-top:  -20px;
}

.mobile div#musicplayer div#next {
  display: none;

}

.pc div#musicplayer div#playpause {
  position: absolute;
  top: 25px;
  left: 232px;
  width: 20px;
  height: 16px;
  overflow: hidden;
  display: none;
}

.pc div#musicplayer div#playpause.pause img {
  margin-top: -16px;
} 



.mobile div#musicplayer div#playpause img#btn_play{
  position: absolute;
  top: 10px;
  left: 200px;
  width: 18px;
  height: 16px;
  overflow: hidden;
  display: none;
}

.mobile div#musicplayer div#playpause img#btn_pause{
  position: absolute;
  top: 10px;
  left: 200px;
  width: 18px;
  height: 16px;
  overflow: hidden;
  display: block;
}


.pc div#musicplayer div#volume {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 220px;
}

.mobile div#musicplayer div#volume {

  position: absolute;
  top: 50px;
  left: 0px;
  width: 200px;
  display: none;

}

 
.pc div#musicplayer div#volume div#slider {
  border-width: 1px;
  border-style: solid;
  border-color: #333 #333 #777 #333;
  border-radius: 25px;
  width: 220px;
  position: absolute;
  height: 5px;
  background-color: #029c9e;
  background: url(../img/mp/bg-track2.png) repeat top left;
  box-shadow: inset 0 1px 5px 0px rgba(250, 250, 250, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
  /*left: 20px;*/
}

.mobile div#musicplayer div#volume div#slider {
  border-width: 1px;
  border-style: solid;
  border-color: #333 #333 #777 #333;
  border-radius: 25px;
  width: 200px;
  position: absolute;
  height: 5px;
  background-color: #029c9e;
  background: url(../img/bg-track2.png) repeat top left;
  box-shadow: inset 0 1px 5px 0px rgba(250, 250, 250, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
  /*left: 20px;*/
}

        
div#musicplayer div#volume div#slider .ui-slider-range { 
  background: #1399EB; /* Old browsers */
  background: -moz-linear-gradient(top,  #1399EB 0%, #1399EB 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1399EB), color-stop(100%,#1399EB)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1399EB 0%,#1399EB 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1399EB 0%,#1399EB 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1399EB 0%,#1399EB 100%); /* IE10+ */
  background: linear-gradient(top,  #1399EB 0%,#1399EB 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1399EB', endColorstr='#1399EB',GradientType=0 ); /* IE6-9 */
  position: absolute;
  border: 0;
  top: 0;
  height: 100%;
  border-radius: 25px;
}
        
div#musicplayer div#volume div#slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 13px;
  cursor: pointer;
  background: url(../img/mp/handle2.png) no-repeat 50% 50%;
  font-weight: bold;
  color: #1C94C4;
  outline: none;
  top: -4px;
  margin-left: -12px;        
  border: 0;

}