.single_track_container {
  background:#eee;
  border:1px solid #888;
}

.single_track_container b {
  display:block;
  padding:6px 0px 0px 10px;
}

.more_audio {
  padding:6px 10px 0px 0px;
  text-align:right;
}

div.single_track {
  height:16px;
  cursor:pointer;
  padding-left:26px !important;
  background-image: url("/images/jplayer/sound_icons.png");
  background-position:-122px 0px;
  background-repeat:no-repeat;
}
.single_track:hover {
  background-position:-122px -17px;
}


#single_player {
	position: relative;
 	width:358px;
	height:40px;
}
#single_player  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#single_player  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}


#player_play,
#player_pause,
#player_stop,
#player_volume_min,
#player_volume_max {
	display: block;
	position: absolute;
	top:12px;
	width:16px;
	height:16px;
	cursor: pointer;
    background-image:url(/images/jplayer/sound_icons.png);
}

#player_play {left:40px; }
#player_play.jqjp_hover {left:40px; background-position:0px -17px}

#player_pause {left:40px; background-position:-17px 0px}
#player_pause.jqjp_hover {left:40px; background-position:-17px -17px}

#player_stop {left:25px; background-position:-34px 0px}
#player_stop.jqjp_hover {left:25px; background-position:-34px -17px}

#player_volume_min { left:250px; background-position:-85px 0px}

#player_volume_max { left:320px; background-position:-102px 0px}



#player_progress {
	position: absolute;
	left:80px;
	top:12px;
	background-color: #eee;
	border:1px solid #ccc;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
    background:#ccc;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
  background:#ccc;
}
#player_progress_play_bar {
	background:#001937;
	width:0px;
	height:15px;
}

#player_volume_bar {
	position: absolute;
	left:265px;
	top:17px;
    background:#ccc;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background:#001937;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:50px;
	top:14px;
	width:182px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}



