body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  background: #1a1a1a;
}
#player_container {
	position: relative;
	background: #1c1c1c;
	width: 112px;
	height: 50px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 5px 0 0 0;
}
#player_container {
	list-style-type:none;
	padding: 0 10px;
	margin: 0;
}

ul#player_controls {
  position: relative;
  margin: 0;
}

#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left: 12px;
	top: 10px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
#player_play {
	background: url("../images/mp3player.png") -26px 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../images/mp3player.png") -26px -20px no-repeat;
}
#player_pause {
	background: url("../images/mp3player.png") -51px 0 no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../images/mp3player.png") -51px -20px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left: 0px;
	top: 10px;
	background: url("../images/mp3player.png") 0 0px no-repeat;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../images/mp3player.png") 0 -20px no-repeat;
}

#ctrl_prev.disabled {
/*	background: url("../images/player/sprites.png") -58px -112px no-repeat; */
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left: 24px;
	top: 10px;
	background: url("../images/mp3player.png") -38px 0 no-repeat;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../images/mp3player.png") -38px -20px no-repeat;
}

#ctrl_next.disabled {
/*	background: url("../images/player/sprites.png") -58px -141px no-repeat;*/
	cursor:default;
}


#player_stop {
	position: absolute;
	left: 37px;
	top: 10px;
	background: url("../images/mp3player.png") -11px 0 no-repeat;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("../images/mp3player.png") -11px -20px no-repeat;
}
#player_progress {
	position: absolute;
	left: 100px;
	top: 8px;
	background-color: #505050;
	width: 190px;
	height: 5px;
}
#player_progress_load_bar {
	background: url("../images/player/bar_load.gif")  top left repeat-x;
	width:0px;
	height: 5px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("../images/player/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../images/player/bar_play.gif") top left repeat-x ;
	width: 0px;
	height: 5px;
}
#player_volume_min {
  background:transparent url(../images/player/sprites.png) no-repeat scroll 0 -100px;
  cursor:pointer;
  height:20px;
  left:300px;
  position:absolute;
  top:0;
  width:20px;
}

#player_volume_max {
  background:transparent url(../images/player/sprites.png) no-repeat scroll 0 -120px;
  cursor:pointer;
  height:20px;
  left:395px;
  position:absolute;
  top:0;
  width:20px;
}

#player_volume_min.jqjp_hover {
	background: url("../images/player/sprites.png") -20px -100px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("../images/player/sprites.png") -20px -120px no-repeat;
}

#player_volume_bar {
  background:transparent url(../images/player/volume_bar.gif) repeat-x scroll left top;
  cursor:pointer;
  height:5px;
  left:320px;
  position:absolute;
  top:8px;
  width:75px;
}
#player_volume_bar_value {
	background: url("../images/player/volume_bar_value.gif") repeat-x top left;
	width: 0px;
	height: 5px;
}

#play_time,
#total_time {
  color:#C1C1C1;
  font-size:0.6em;
  font-style:oblique;
  left:100px;
  position:absolute;
  top:18px;
  width:190px;
}

#total_time {
	text-align: right;
}

#playlist_list ul{
	list-style-type:none;
	padding: 0;
	margin: 0 0 10px 0;
	background: #1c1c1c;
	border-top:none;
	font-size: 10px;
}

#playlist_list li{
	padding: 6px 0 4px 20px;
	cursor: pointer;
	color: #505050;
}

#playlist_list li.playlist_current{
	color: white;
	list-style-type:square;
	list-style-position:inside;
	padding-left: 10px;
	cursor: default;
	height: 1em;
  overflow: hidden;
}

#playlist_list li.playlist_hover {
	color: #303030;
}

#play_time,
#total_time,
#player_progress,
#player_progress_load_bar,
#player_progress_play_bar,
#player_volume_bar,
#player_volume_bar_value,
#player_volume_max,
#player_volume_min { display: none; }

#playlist_list li {
  display: none;
}

#playlist_list .playlist_current {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
}
