.ntune {
  width: 100%;
  clear: both;
  float: left;
  padding: 5px 0;
  border-bottom: 1px solid #333;
}
.ntune * {
  display: block;
  float: left;
}
.ntune-play, .ntune-download, .ntune-add-favorite, .ntune-delete-favorite {
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  width: 18px;
}
.ntune-play {
  background-image: url('pix/icon_play.png');
}
.ntune-download {
  background-image: url('pix/icon_download.png');
}
.ntune-add-favorite {
  background-image: url('pix/icon_favorite.png');
}
.ntune-delete-favorite {
  background-image: url('pix/icon_unfavorite.png');
}
.ntune-title {
  padding-left: 10px;
  width: 65%;
}

.profile .ntune-list {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 1em;
}
.profile .ntune-list h2 {
  margin-top: 0;
  font-size: 1.4em;
  color: #585858;
}

/* Pop-up window */

#ntune .ntune-playlist {
  height: 350px;
  overflow: auto;
}
.jp-interface {
  position: relative;
  height: 65px;
}
.jp-interface * {
  position: absolute;
}
.jp-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jp-controls li {
  text-indent: -999em;
  overflow: hidden;
}
#jplayer_volume_bar *,
.jp-progress * {
  position: static;
}

/* Skin */

.jp-interface {
  background-image: url('pix/ntune_screen.png');
}
.jp-controls li {
  cursor: pointer;
}
.ntune-current {
  font-weight: bold;
}
.ntune-current .ntune-title {
  padding-left: 20px;
}
#jplayer_play {
  background-image: url('pix/play.png');
  width: 38px;
  height: 37px;
  left: 53px;
  top: 8px;
}
#jplayer_pause {
  background-image: url('pix/pause.png');
  width: 38px;
  height: 37px;
  left: 53px;
  top: 8px;
}
#jplayer_stop {
  background-image: url('pix/stop.png');
  width: 29px;
  height: 29px;
  left: 141px;
  top: 12px;
}
#jplayer_volume_min {
  left: 298px;
  top: 14px;
  width: 11px;
  height: 17px;
  background-image: url('pix/min.png');
}
#jplayer_volume_max {
  left: 382px;
  top: 14px;
  width: 21px;
  height: 17px;
  background-image: url('pix/max.png');
}
#jplayer_previous {
  width: 30px;
  height: 29px;
  left: 16px;
  top: 12px;
  background-image: url('pix/prev.png');
}
#jplayer_next {
  width: 30px;
  height: 30px;
  left: 98px;
  top: 12px;
  background-image: url('pix/next.png');
}
#jplayer_volume_bar {
  background-color: #d5d5d5;
  width: 60px;
  height: 8px;
  left: 316px;
  top: 18px;
}
#jplayer_volume_bar_value {
  height: 8px;
  background-color: #00a9dc;
}
.jp-progress {
  width: 110px;
  height: 15px;
  left: 180px;
  top: 16px;
}
#jplayer_load_bar {
  height: 15px;
  background-color: #d5d5d5;
}
#jplayer_play_bar {
  height: 15px;
  background-color: #00a9dc;
}
/* #jplayer_play_time, #jplayer_total_time {
  font-size: .8em;
  top: 35px;
}
#jplayer_play_time {
  left: 180px;
}
#jplayer_total_time {
  right: 290px;
} */