#jquery_jplayer
{
height: 0px;
line-height: 0px;
padding: 0;
margin: 0;
}


#player_container {
	position: relative;
	background-color:#F5F5F1;
	width:675px;
	height:61px;
	border:1px solid #DDDDDD;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 20px;
	-moz-user-select:none;
	cursor: default;

}
#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:60px;
	top:15px;
	width:32px;
	height:32px;
	cursor: pointer;
}
#player_play {
	background: url("/img/player_play.png") no-repeat;
}
#player_play.jqjp_hover {
	background: url("/img/player_play_h.png")  no-repeat;
}
#player_pause {
	background: url("/img/player_pause.png") no-repeat;
}
#player_pause.jqjp_hover {
	background: url("/img/player_pause_h.png")  no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:15px;
	background: url("/img/player_start.png") no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("/img/player_start_h.png") no-repeat;
}

#ctrl_prev.disabled {
	background: url("images/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:100px;
	top:15px;
	background: url("/img/player_end.png") no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("/img/player_end_h.png")  no-repeat;
}

#ctrl_next.disabled {
	background: url("images/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:200px;
	top:22px;
	background-color: #eee;
	width:250px;
	height:15px;
	background: #F1F1ED;
	border: #DDDDDD 1px solid;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
}
#player_progress_load_bar {
	background: #ECECE8;
	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("/img/player_bar_hover.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	right :130px;
	top:15px;
	background: url("/img/player_volumedown.png") no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	right:15px;
	top:15px;
	background: url("/img/player_volumeup.png") no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("/img/player_volumedown_h.png") no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("/img/player_volumeup_h.png") no-repeat;
}

#player_volume_bar {
	position: absolute;
	right:56px;
	top:29px;
	background: url("/img/player_volumebar.gif") repeat-x top left;
	width:70px;
	height:5px;
	cursor: pointer;
	-moz-border-radius:1px;
	-webkit-border-radius: 1px;
}
#player_volume_bar_value {
	background: url("/img/player_volumebar_hover.gif") repeat-x top left;
	width:0px;
	height:5px;
	-moz-border-radius:1px;
	-webkit-border-radius: 1px;
}

#play_time,
#total_time {
	position: absolute;
	left:155px;
	top:21px;
	width:340px;
	font-size:15px;
	color: #777;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:675px;

}

#playlist_list ul{
	list-style-type:none;
	margin:0 0 10px 0;
	border-top:none;
	width:675px;
	font-size:1em;
	
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	-moz-user-select:text;
}

#playlist_list li.ukazka{
	cursor: pointer;
}

#playlist_list li.ukazka img{
	margin-left: 5px;
}



#playlist_list li span.cas
{
	float:right;

}



#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-image:  url(/images/bullet_play.png) ;
	list-style-position:inside;
	padding-left:3px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link,.miaow a:visited,.miaow a:hover,.miaow a:focus,.miaow a:active {
	color:#009be3;
	}