div.sel_music {
	margin-top:2px; right: 450px; padding: 0px; width: 100px; height: 16px;list-style-type: none; position: fixed;
}
img.sel_music_title {
	left: 0px;
	top: 0px;
	width: 44px; height: 16px;	
	overflow: hidden; position: absolute;
}


div.jp-audio {
	margin:0px 10px auto auto; padding: 0px; width: 366px; height: 18px; overflow: hidden;
}
/*div.jp-interface {
	background: url("bg.png") no-repeat 0px 0px; width: 366px; height: 36px; position: relative; top:0px;
}*/
div.jp-audio div.jp-type-single div.jp-interface {
	height: 36px;
}
div.jp-interface ul.jp-controls {
	margin: 0px; padding: 0px; list-style-type: none;
}
div.jp-interface ul.jp-controls li {
	display: inline; position: absolute;
}
div.jp-interface ul.jp-controls a {
	text-indent: -9999px; overflow: hidden; position: absolute;
}
a.jp-play {
	width: 140px; height: 26px; display: block; z-index: 1;
}
a.jp-pause {
	width: 140px; height: 26px; display: block; z-index: 1;
}
div.jp-audio div.jp-type-single a.jp-play {
	left: -107px;
	top: 3px;
}
div.jp-audio div.jp-type-single a.jp-pause {
	left: -107px; top: 3px;
}
a.jp-play {
	background: url("btn.png") no-repeat 0px 0px;
}
a.jp-play:hover {
	background: url("btn.png") no-repeat 0px -26px;
}
a.jp-pause {
	background: url("btn.png") no-repeat -140px 0px; display: none;
}
a.jp-pause:hover {
	background: url("btn.png") no-repeat -140px -26px;
}
div.jp-audio div.jp-type-single a.jp-stop {
	left: 160px; top: 26px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	left: 196px; top: 26px;
}

div.jp-progress {
	overflow: hidden; position: absolute;
}
div.jp-audio div.jp-type-single div.jp-progress {
	margin:12px 10px auto 50px; 
	width: 222px; height: 7px;
}
div.jp-seek-bar {
	background: url("track.png") repeat-x 0px 0px; width: 222px; height: 7px; cursor: pointer;
}
div.jp-play-bar {
	background: url("progress.png") repeat-x 0px 0px; margin: 1px 0px 0px 1px; padding: 0px; width: 0px; height: 10px;
}
a.jp-mute {
	width: 32px; height: 32px; overflow: hidden; display: block;
}
a.jp-unmute {
	width: 32px; height: 32px; overflow: hidden; display: block;
}
div.jp-audio div.jp-type-single a.jp-mute {
	left: 277px;
	top: 0px;
}
div.jp-audio div.jp-type-single a.jp-unmute {
	left: 277px; top: 0px;
}
a.jp-mute {
	background: url("volume.png") no-repeat 0px 0px;
}
a.jp-mute:hover {
	background: url("volume.png") no-repeat 0px -32px;
}
a.jp-unmute {
	background: url("volume.png") no-repeat -32px 0px; display: none;
}
a.jp-unmute:hover {
	background: url("volume.png") no-repeat -32px -32px;
}
div.jp-volume-bar {
	background: url("vtrack.png") no-repeat 0px 0px; width: 40px; height: 7px; overflow: hidden; position: absolute; cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	margin:12px 10px auto 310px; 
}
div.jp-volume-bar-value {
	background: url("progress.png") repeat-x 0px 0px; margin: 1px 0px 0px 1px; padding: 0px; width: 0px; height: 10px;
}
