#player_container {
	position: relative;
	width:600px;
	height:25px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin:0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 16px;
}





#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:20px;
	width:61px;
	height:41px;
	cursor: pointer;
}
#player_play {
	background: url("../_img/play.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../_img/play.jpg") 0 -41px no-repeat;
}
#player_pause {
	background: url("../_img/pausa.jpg") 0 0 no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../_img/pausa.jpg") 0 -41px no-repeat;
}
 
#ctrl_prev {
	position: absolute;
	left:85px;
	top:0px;
	background: url("../_img/indietro.jpg") 0 0 no-repeat;
	width:41px;
	height:34px;
	cursor: pointer;
}
 
#ctrl_prev:hover {
	background: url("../_img/indietro.jpg") 0 -34px no-repeat;
}
 
#ctrl_prev.disabled {
	background: url("../_img/indietro.jpg") 0 -34px no-repeat;
	cursor:default;
}
 
#ctrl_next {
	position: absolute;
	left:130px;
	top:0px;
	background: url("../_img/avanti.jpg") 0 0 no-repeat;
	width:41px;
	height:34px;
	cursor: pointer;
}
 
#ctrl_next:hover {
	background: url("../_img/avanti.jpg") 0 -34px no-repeat;
}
 
#ctrl_next.disabled {
	background: url("../_img/avanti.jpg") 0 -34px 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:0px;
	background-color: #eee;
	width:122px;
	height:20px;
}
#player_progress_load_bar {
	background: url("../_img/load.gif")  top left repeat-x;
	width:0px;
	height:20px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("../_img/buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../_img/play.gif") top left repeat-x ;
	width:0px;
	height:20px;
}
#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
	display:none;
}
 
#total_time {
	text-align: right;
}




#player_volume_min {
	position: absolute;
	left:320px;
	top:0px;
	background: url("../_img/volume_0.png") 0 -4px no-repeat;
	width:32px;
	height:26px;
	cursor: pointer;
}
 
#player_volume_max {
	position: absolute;
	left:405px;
	top:0px;
	background: url("../_img/volume.png") 0 -4px no-repeat;
	width:32px;
	height:26px;
	cursor: pointer;
}
 
#player_volume_min.jqjp_hover {
	background: url("../_img/volume_0.png") 0 -30px no-repeat;
}
 
#player_volume_max.jqjp_hover {
	background: url("../_img/volume.png") 0 -30px no-repeat;
}
 
#player_volume_bar {
	position: absolute;
	left:369px;
	top:5px;
	background: url("../_img/volume_bar.gif") repeat-x top left;
	width:46px;
	height:10px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("../_img/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:10px;
}

 
 
 
 
 
 
 
 
 
 
#playlist_list {
	width:600px;
	color:#FFF;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}
 
#playlist_list ul{
	list-style-type:none;
	padding:25px 0 20px 35px;
	margin:0;
	border-top:none;
	width:560px;
	font-size:.9em;
}
 
#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #555;
	cursor: pointer;
	list-style-type:square;
	list-style-position:inside;
}
 
#playlist_list li.playlist_current{
	color:red;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	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:#fff;
}
