#player_container {
	position: absolute;
	width:322px;
	z-index:9999999;
	top:10px;
	left:10px;
	display:none;
	height: 200px;
	overflow:visible;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	cursor:pointer;
  display:block;
  height:63px;
  left:71px;
  position:absolute;
  top:9px;
  width:68px;
}
#player_play {
	background: url("../img/player/play.png") 0 0 no-repeat;
	
}
#player_play:hover {
	background: url("../img/player/play.png") 0 -61px no-repeat;
}
#player_pause {
	background: url("../img/player/pause.png") 0 0 no-repeat;
}
#player_pause:hover {
	background: url("../img/player/pause.png") 0 -61px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("../img/player/prev.png") 0 0 no-repeat;
	width:48px;
	height:39px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../img/player/prev.png") 0 -37px no-repeat;
}

#ctrl_prev.disabled {
	background: url("../img/player/prev.png") 0 0 no-repeat;
	cursor:default;
}

#ctrl_next {
	background:transparent url(../img/player/next.png) no-repeat scroll 0 0;
  cursor:pointer;
  height:46px;
  left:143px;
  position:absolute;
  top:20px;
  width:43px;
}

#ctrl_next:hover {
	background: url("../img/player/next.png") 0 -44px no-repeat;
}

#ctrl_next.disabled {
	background: url("../img/player/next.png") 0 0 no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:205px;
	top:16px;
	background: url("../img/player/stop.png") 0 0 no-repeat;
	width:48px;
	height:49px;
	cursor: pointer;
}
#player_stop:hover {
	background: url("../img/player/stop.png") 0 -47px no-repeat;
}

#player_progress {
	background-color:#BAE82D;
  height:15px;
  left:30px;
  position:absolute;
  top:81px;
  width:122px;
}
#player_progress_load_bar {
	background-color: #bae82d;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("../img/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background:transparent url(../img/player/playbar.png) repeat-x scroll left top;
  height:15px;
  width:0;
  position:absolute;
}
#player_volume_min {
	background:transparent url(../img/player/leise.png) no-repeat scroll 0 -29px;
  cursor:pointer;
  height:27px;
  left:166px;
  position:absolute;
  top:76px;
  width:33px;
}

#player_volume_max {
	background:transparent url(../img/player/laut.png) no-repeat scroll 0 -29px;
  cursor:pointer;
  height:27px;
  left:258px;
  position:absolute;
  top:71px;
  width:43px;
}

#player_volume_min:hover {
	background: url("../img/player/leise.png") 0 -4px no-repeat;
}

#player_volume_max:hover {
	background: url("../img/player/laut.png") 0 -4px no-repeat;
}

#player_volume_bar {
	background-color:#BAE82D;
  cursor:pointer;
  height:5px;
  left:204px;
  position:absolute;
  top:86px;
  width:46px;
}
#player_volume_bar_value {
	background:transparent url(../img/player/volumebar.png) repeat-x scroll left top;
  height:5px;
  width:0;
}

#play_time,
#total_time {
	color:#FFFFFF;
  font-size:0.8em;
  font-style:oblique;
  left:31px;
  position:absolute;
  top:100px;
  width:122px;
}

#total_time {
	text-align: right;
}

#playlist_list {
	background-color:#BAE82D;
  display:none;
  float:left;
  margin-left:26px;
  margin-top:10px;
  padding:10px;
  width:283px;
}

#playlist_toggle {
	color:#FFFFFF;
  cursor:pointer;
  font-size:10px;
  margin-top:124px;
  padding-left:29px;
}

#playlist_list ul{
	font-size:0.9em;
  list-style-type:none;
  margin:0;
  padding:0;
  width:auto;
}

#playlist_list li{
	cursor:pointer;
  margin-right:10px;
  padding:0 10px 0 0;
  float: left;
  color: #666666;
}

#playlist_list li.playlist_current{
	color:#CCCCCC;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover, #playlist_list li:hover {
	color:#000000;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}

