body {
	margin:0 auto;
}

#container {
	
}

#info {
	position: absolute;
	top:65px;
	left:5px;
	width:205px;
	height:25px;
	color:#000;
}

#info div{
	position:absolute;
	top:0;
	left:0;
	width:205px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

#player_container {
	position: relative;
	background-color:#FFF;
	width:203px;
	height:100px;
	border:1px solid #951F21;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:25px;
	top:6px;
	width:16px;
	height:16px;
	cursor: pointer;
}
#player_play {
	background: url("images/play.png")  no-repeat;
}
#player_play.jqjp_hover {
	background: url("images/play.png")  no-repeat;
}
#player_pause {
	background: url("images/pause.png")  no-repeat;
}
#player_pause.jqjp_hover {
	background: url("images/pause.png")  no-repeat;
}
 
#ctrl_prev {
	position: absolute;
	left:7px;
	top:6px;
	background: url("images/prev.png") no-repeat;
	width:16px;
	height:16px;
	cursor: pointer;
}
 
#ctrl_prev:hover {
	background: url("images/prev.png")   no-repeat;
}
 
#ctrl_prev.disabled {
	background: url(" ") -58px -112px no-repeat;
	cursor:default;
}
 
#ctrl_next {
	position: absolute;
	left:43px;
	top:6px;
	background: url("images/prox.png") no-repeat;
	width:16px;
	height:16px;
	cursor: pointer;
}
 
#ctrl_next:hover {
	background: url("images/prox.png")  no-repeat;
}
 
#ctrl_next.disabled {
	background: url(" ") -58px -141px no-repeat;
	cursor:default;
}
 
 
#player_stop {
	position: absolute;
	left:61px;
	top:6px;
	background: url("images/stop.png") no-repeat;
	width:16px;
	height:16px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/stop.png") no-repeat;
}
#player_progress {
	position: absolute;
	left:5px;
	top:32px;
	background-color: #eee;
	width:190px;
	height:13px;
}
#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_volume_min {
	position: absolute;
	left:90px;
	top:2px;
	background: url("_img/volume_baixo.png") 0 no-repeat;
	width:18px;
	height:23px;
	cursor: pointer;
}
 
 #player_volume_min a{
	position: absolute;
	left:90px;
	top:4px;
	background: url("_img/volume_baixo.png") 0 no-repeat;
	width:18px;
	height:23px;
	cursor: pointer;
	color:#FFF;
}

#player_volume_max {
	position: absolute;
	left:180px;
	top:2px;
	background: url("_img/volume_alto.png") 0  no-repeat;
	width:18px;
	height:23px;
	color:#FFF;
	cursor: pointer;
}

#player_volume_max a {
	position: absolute;
	left:180px;
	top:4px;
	background: url("_img/volume_alto.png") 0  no-repeat;
	width:18px;
	height:20px;
	color:#FFF;
	cursor: pointer;
}
 
#player_volume_min.jqjp_hover {
	background: url("_img/volume_baixo.png") 0 no-repeat;
}
 
#player_volume_max.jqjp_hover {
	background: url("_img/volume_alto.png") 0  no-repeat;
}
 
#player_volume_bar {
	position: absolute;
	left:105px;
	top:12px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:70px;
	height:8px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}
 
#play_time,
#total_time {
	position: absolute;
	left:5px;
	top:49px;
	width:190px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:oblique;
}
 
#total_time {
	text-align: right;
}
 
#playlist_list {

	font-family:Verdana, Geneva, sans-serif;
	javascript:document.forms['EditForm'].state.value='browse';document.forms['EditForm'].state2.value='main';document.forms['EditForm'].submit();font-size:11px;
	width:201px;
	color:#FFF;
}
 
#playlist_list ul{
	list-style-type:none;
	padding:1px;
	margin:0 0 10px 0;
	background-color:#951D1F;
	border:1px solid #951D1F;
	border-top:none;
	width:201px;
	font-size:.9em;
}
 
#playlist_list li{
	padding:8px 0px 8px 4px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
 
#playlist_list li.playlist_current{
	color:#FFF;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
 
#playlist_list li.playlist_hover {
	color: #CCC;
}
 
.miaow {
	font-size:.8em;
	color:#848A29;
}
 
.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#951d1f;
}
