﻿#player_container {
	position: relative;
	background-color:#dedede;
	width:253px;
	height:100px;
}
#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:34px;
	top:9px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("../images/sprites.png") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../images/sprites.png") -41px 0 no-repeat;
}
#player_pause {
	background: url("../images/sprites.png") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../images/sprites.png") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:10px;
	top:15px;
	background: url("../images/sprites.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../images/sprites.png") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("../images/sprites.png") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:69px;
	top:15px;
	background: url("../images/sprites.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../images/sprites.png") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("../images/sprites.png") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:100px;
	top:15px;
	background: url("../images/sprites.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("../images/sprites.png") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:10px;
	top:60px;
	background-image:url('../images/track_progress.gif');
	background-repeat:repeat-x;
	width:230px;
	height:18px;
}
#player_progress_load_bar {
	background: url("../images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("../images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_heading {
	position: absolute;
	left:10px;
	top:90px;
	width:100px;
	height:25px;
}
#player_volume_min {
	position: absolute;
	left:150px;
	top:90px;
	background: url("../images/sprites.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:220px;
	top:90px;
	background: url("../images/sprites.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("../images/sprites.png") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("../images/sprites.png") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:170px;
	top:90px;
	background: url("../images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:15px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("../images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:15px;
}

#play_time,
#total_time {
	position: absolute;
	left:183px;
	top:15px;
	width:122px;
	font-size:150%;
	font-style:oblique;
}

#total_time 
{
	display:none;
	text-align: right;
}

#playlist_list {
	width:300px;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#dedede;
	border-top:none;
	width:213px;
	font-size:80%;
}

#playlist_list li{
	padding:4px 0 4px 0px;
	border-bottom:1px solid #d2d2d2;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:none;
	padding-left:2px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}