@charset "UTF-8";
/* CSS Document */


#BGM{
	position: relative;
}
#BGM .jp-time-holder,#BGM .jp-controls,
#BGM .jp-toggles,#BGM .jp-progress,#BGM .jp-volume-max{
	display: none !important;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  border:none;
  background-color: none;
}
.jp-audio .jp-volume-controls,
.jp-audio-stream .jp-volume-controls {
  height: 0; }

#BGM .jp-audio{
	background: url("../js/lib/jplayer/image/bg_bgm.png") 0 0 no-repeat;
	width: 194px;
	height: 62px;
	padding: 0;
}
#BGM .jp-volume-controls .jp-mute{
	background: url("../js/lib/jplayer/image/btn_bgm_on.png") 0 0 no-repeat;
	width: 30px;
	position: absolute;
	top: 10px;
	left: 110px;
}
#BGM .jp-volume-controls .jp-mute:hover{
	background: url("../js/lib/jplayer/image/btn_bgm_on.png") 0 -23px no-repeat;
}
#BGM .jp-state-muted .jp-volume-controls .jp-mute{
	background: url("../js/lib/jplayer/image/btn_bgm_off.png") 0 2px no-repeat;
	width: 30px;
	position: absolute;
	top: 10px;
	left: 110px;
}
#BGM .jp-state-muted .jp-volume-controls .jp-mute:hover{
	background: url("../js/lib/jplayer/image/btn_bgm_off.png") 0 -21px no-repeat;
}

#BGM .jp-volume-controls button{
	width: 16px;
	height: 22px;
}
#BGM .jp-seek-bar{
	background: url("../js/lib/jplayer/image/vol_seek.png") 0 0 no-repeat;
}
#BGM .jp-play-bar{
	background: url("../js/lib/jplayer/image/vol_progress.png") 0 0 no-repeat;
}
#BGM .jp-audio .jp-interface .jp-volume-bar{
	background: url("../js/lib/jplayer/image/vol_seek.png") 0 0 no-repeat;
	width: 33px;
	height: 23px;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 145px;
}
#BGM .jp-volume-bar-value{
	background: url("../js/lib/jplayer/image/vol_progress.png") 0 0 no-repeat;
	height: 23px;
}
#BGM .jp-playlist ul li{
	display: none !important;
}
#BGM .jp-playlist ul li.jp-playlist-current{
	font-size: 12px;
	display: block !important;
	background: none;
	border: none;
	position: absolute;
	top: 32px;
	left: 28px;
}
#BGM .jp-playlist ul li.jp-playlist-current a{
	color: #333;
	font-size: 10px;
}
#BGM .jp-previous,#BGM .jp-next{
    text-indent: -999em;
    position: absolute;
    width: 21px;
    height: 21px;
	background: url("../js/lib/jplayer/image/bgm_prev.png") 0 0 no-repeat;
    top: 10px;
    left: 61px;
}
#BGM .jp-next{
    left: 85px;
	background: url("../js/lib/jplayer/image/bgm_next.png") 0 0 no-repeat;

}
#BGM .jp-previous:hover{
	background: url("../js/lib/jplayer/image/bgm_prev_o.png") 0 0 no-repeat;
}
#BGM .jp-next:hover{
	background: url("../js/lib/jplayer/image/bgm_next_o.png") 0 0 no-repeat;
}