#jaquette{
	width:200px;
}

#playlist_list {
	width:180px;
	float:left;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 0px 20px 0px;
	margin:0 0 10px 0;
	background-color:#000000;
	border-top:none;
	width:180px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	/*border-bottom:1px solid #eee;*/
	cursor: pointer;
}

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

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

#player_container {
	position: relative;
	clear:both;
	background-color:#000000;
	width:400px;
	height:50px;
	margin-top:10px;
	/*border:1px solid #cc0000;*/
}
#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 {
	display: block;
	position: absolute;
	left:32px;
	top:10px;
	width:27px;
	height:27px;
	cursor: pointer;
}
#player_play {
	background: url("http://static.parallels-music.com/play.gif") no-repeat;
}
#player_play.jqjp_hover {
	background: url("http://static.parallels-music.com/play1.gif") no-repeat;
}
#player_pause {
	background: url("http://static.parallels-music.com/pause.gif") no-repeat;
}
#player_pause.jqjp_hover {
	background: url("http://static.parallels-music.com/pause1.gif") no-repeat;
}

#ctrl_prev {
	position: absolute;
	top:10px;
	background: url("http://static.parallels-music.com/prev.gif") no-repeat;
	width:27px;
	height:27px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("http://static.parallels-music.com/prev1.gif") no-repeat;
}

#ctrl_prev.disabled {
	background: url("http://static.parallels-music.com/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:64px;
	top:10px;
	background: url("http://static.parallels-music.com/next.gif") no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("http://static.parallels-music.com/next1.gif") no-repeat;
}

/*#ctrl_next.disabled {
	background: url("http://static.parallels-music.com/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}*/


#player_stop {
	position: absolute;
	left:96px;
	top:10px;
	background: url("http://static.parallels-music.com/stop.gif") no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("http://static.parallels-music.com/stop1.gif") no-repeat;
}
#player_progress {
	position: absolute;
	left:130px;
	top:15px;
	background-color: #141414;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("http://static.parallels-music.com/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("http://static.parallels-music.com/bar_play.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("http://static.parallels-music.com/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:260px;
	top:10px;
	background: url("http://static.parallels-music.com/volume_min.gif") no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:335px;
	top:10px;
	background: url("http://static.parallels-music.com/volume_max.gif") no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("http://static.parallels-music.com/volume_min1.gif") no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("http://static.parallels-music.com/volume_max1.gif") no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:284px;
	top:20px;
	background: url("http://static.parallels-music.com/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("http://static.parallels-music.com/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

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

#total_time {
	text-align: right;
}

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

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