#player_container {
	background-color:transparent;
	width:140px;
	height:100px;
	border:none;
	clear: both;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}


#player_play {
	display: block;
	position: absolute;
	left:5px;
	top:25px;
	width:28px;
	height:38px;
	cursor: pointer;
}

#player_pause {
	display: block;
	position: absolute;
	left:5px;
	top:25px;
	width:26px;
	height:38px;
	cursor: pointer;
}
#player_play {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") 0 0 no-repeat; 
}
#player_play.jqjp_hover {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") 0 -40px no-repeat; 
}
#player_pause {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -27px 0px no-repeat; 
}
#player_pause.jqjp_hover {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -27px -40px no-repeat; 
}

#player_pause.disabled {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -27px -76px no-repeat;
	cursor:default;
}


#ctrl_prev {
	position: absolute;
	left:32px;
	top:25px;
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -54px 0 no-repeat;
	width:27px;
	height:38px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -54px -40px no-repeat;
}

#ctrl_prev.disabled {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -54px -76px no-repeat;
	cursor:default;   
}

#ctrl_next {
	position: absolute;
	left:58px;
	top:25px;
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -81px 0 no-repeat;
	width:28px;
	height:38px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -81px -40px no-repeat;
}

#ctrl_next.disabled {
	background: url("http://www.holik.fi/wp-content/themes/holik/images/player/player.png") -81px -76px no-repeat;
	cursor:default;
}

#current {
	position: absolute;
	left:7px;
	top: 70px;
	background: transparent;
	width:100px;
	height:auto;
	padding: 0;
}

#current p {
	font-size: 0.7em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin: 0px 0 0 5px;
	width: 120px;
	text-align: left;
}

#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:129px;
}

#playlist_list ul{
	list-style-type:none;
	padding:5px 5px 5px 5px;
	margin:0 0 0px 0;
	background-color:transparent;
	border:none;
	width:100px;
	font-size:.9em;
}

#playlist_list li{
	padding: 0;
	border-bottom:none;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#000;
	list-style-type:none;
	cursor: default;
}

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

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

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