/*
// +--------------------------------------------------------------------------+
// | reset.css																						+
// +--------------------------------------------------------------------------+
// | @package NikoSoft                                                        |
// | @copyright (c) 2009 NikoSoftGroup.                                       |
// +--------------------------------------------------------------------------+
*/

#player_container {
	position: relative;
	background: #212121 url('bkg_player.jpg') no-repeat;
	width:210px;
	height:19px;
	margin: 8px 0 18px 5px;
}
#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:4px;
	top:4px;
	width:19px;
	height:11px;
	cursor: pointer;
}
#player_play {
	background: url('buttons.jpg') 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url('buttons.jpg') -20px 0 no-repeat;
}
#player_pause {
	background: url('buttons.jpg') 0 -12px no-repeat;
}
#player_pause.jqjp_hover {
	background: url('buttons.jpg') -20px -12px no-repeat;
}
 
#ctrl_prev {
	position: absolute;
	left:62px;
	top:3px;
	background: url('buttons.jpg') 0 -36px no-repeat;
	width:20px;
	height:12px;
	cursor: pointer;
}
 
#ctrl_prev:hover {
	background: url('buttons.jpg') -20px -36px no-repeat;
}
 
#ctrl_prev.disabled {
	background: url('buttons.jpg') 0 -36px no-repeat;
	cursor:default;
}
 
#ctrl_next {
	position: absolute;
	left:94px;
	top:3px;
	background: url('buttons.jpg') 0 -49px no-repeat;
	width:20px;
	height:12px;
	cursor: pointer;
}
 
#ctrl_next:hover {
	background: url('buttons.jpg') -20px -49px no-repeat;
}
 
#ctrl_next.disabled {
	background: url('buttons.jpg') 0 -49px no-repeat;
	cursor:default;
}
 
 
#player_stop {
	position: absolute;
	left:36px;
	top:4px;
	background: url('buttons.jpg') 0 -24px no-repeat;
	width:19px;
	height:11px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url('buttons.jpg') -20px -24px no-repeat;
}
#player_progress {
	position: absolute;
	left:123px;
	top:1px;
	width:84px;
	height:4px;
}
#player_progress_load_bar {
	/*background: url("bar_load.gif")  top left repeat-x;*/
	width:0px;
	height:4px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("bar_buffer.jpg")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("bar_play.jpg") center left repeat-x ;
	width:0px;
	height:4px;
}
 
#player_volume_bar {
	position: absolute;
	left:123px;
	top:15px;
	/*background: url('bar_play.jpg') repeat-x top left;*/
	width:84px;
	height:4px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url('bar_play.jpg') repeat-x center left;
	width:0px;
	height:4px;
}
 
#play_time,
#total_time {
	position: absolute;
	left:122px;
	top:2px;
	width:84px;
	font-size:.7em;
	font-style:oblique;
	color: #486168;
}
 
#total_time {
	text-align: right;
}
 
#playlist_list {
	width:418px;
}
 
#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}
 
#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
 
#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
 
#playlist_list li.playlist_hover {
	color:#0d88c1;
}
