@CHARSET "UTF-8";

#player_container {
	position: relative;
	background-color: #eee;
	width: 400px;
	height: 50px;
	border: 1px solid;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse; 
}
#player_progress {
	position: absolute;
	left: 10px;
	top: 15px;
	background-color: #eee;
	width: 380px;
	height: 15px;
}

#play_time,
#total_time {
	position: absolute;
	left: 10px;
	top: 32px;
	width: 380px;
	font-size: .9em;
	font-style: oblique;
}

#total_time {
	text-align: right;
}

#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;
}

#playlist_list {
	border: 1px solid;
	width: 400px;
	background-color: #ddd;
	border-collapse: collapse;
}

#playlist_list div {
	padding: 10px 10px 0 10px;
}

#playlist_list ul {
	list-style-type: none;
	padding: 10px;
	margin: 0;
	width: 380px;
	font-size: 1.1em;
	background-color: #ddd;
}

#playlist_list li {
	list-style: disc;
	list-style-position: inside;
	padding: 5px;
	cursor: pointer;
}

#playlist_list li.playlist_current {
	font-style: oblique;
	color: #0600ff;
	padding-left: 6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color: #0600ff;
}
