
div.jp-single-player
{
 	font-size:12px;
	line-height:1.6;
	color: #666;
	border:1px solid #cccccc;
	background:#ffffff;
	/*border:1px solid #009be3;
	width:310px;*/
}
 
 .jplayer_playlist_title{ font-weight:bold}
 
 
 
 .jplayer_playlist_title div.play_btn{ background:url("../mp3_img/btn_play_small.gif") no-repeat; background-position: left center;  float:left; margin:2px 5px 0px 0px ; width:6px;height:11px; padding-left:6px;    }
 .jplayer_playlist_title div.stop_btn{ background:url("../mp3_img/btn_stop_small_.gif") no-repeat; background-position: left center; float:left; margin:2px 5px 0px 0px ;height:11px; width:6px;  padding-left:6px;   }
 
  .jplayer_playlist_title div.pause_btn{ background:url("../mp3_img/btn_pause_small.gif") no-repeat; float:left; margin:2px 5px 0px 0px ; width:6px;height:11px;  padding-left:6px;  }
  

   
  
 ul.jp-controls  
{
	list-style-type:none;
	padding:0;
	margin: 0; text-indent:-9999px;
	
}
 ul.jp-controls li 
{
 float:left; margin-right:10px; 
 
}
 ul.jp-controls li a{ display:block}
 a.jp-play,a.jp-pause 
{
	width:39px;
	height:39px;
	 
}
a.jplayer_playlist_title
{
font-weight:bold;
text-transform:uppercase;
}
a.jp-stop 
{
	 background: url("../mp3_img/jp_stop_butt.gif") no-repeat; 
	width:29px;
	height:29px;
	margin-top:10px;
	 
}

a.jp-next{
	 background: url("../mp3_img/next.gif") no-repeat; 
	width:29px;
	height:29px;
	margin-top:10px;}
a.jp-previous{	 background: url("../mp3_img/prev.gif") no-repeat; 
	width:29px;
	height:29px;
	margin-top:10px;}
a.jp-play 
{
 background: url("../mp3_img/jp_play_butt.gif") no-repeat; 
}

 .jplayer_playlist_current{
 background:#FFFFFF;
 }

a.jp-pause
{
	background: url("../mp3_img/jp_pause_butt.gif")   no-repeat; 
	width:39px;
	height:39px;
}
div.jp-progress 
{
	overflow:hidden;
	background-color: #ddd;
	/*width:122px;*/
	height:8px;
}
 
div.jp-load-bar 
{
	background:#cccccc;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar 
{
	background:#000000;
	width:0px;
	height:8px;
}

a.jp-volume-min 
{
	display:block;
	background: url("../mp3_img/volume_min.gif") center center no-repeat;
	width:18px;
	height:15px;  
}


a.jp-volume-max 
{
	display:block;
	background: url("../mp3_img/volume_max.gif")center center  no-repeat;
	width:18px;
	height:15px;  
}



div.jp-volume-bar 
{
	overflow:hidden;	
	background:#ddd;
	width:46px;
	height:8px;
	cursor: pointer;

}
 
div.jp-volume-bar-value {
	background:#cccccc;
	width:0px;
	height:8px;
}

div.jp-play-time,div.jp-total-time 
{
	font-size:.64em;
	font-style:oblique;
}
 
 
 div.jp-playlist ul
 {
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#e8e8e8;
	 border-top:1px solid #ccc; 
}
div.jp-playlist li 
{
	padding:10px ;
	border-bottom:1px solid #ccc;
}

div.nopad li 
{
	padding: 0px ;
	 
}

div.jp-playlist li.jplayer_playlist_item_last 
{
	border-bottom:none;
}

div.jp-playlist li.jplayer_playlist_current 
{
	/*list-style-type:square;
	list-style-position:inside;
	padding-left:8px;*/
}

div.jp-playlist a 
{
	color: #666;
	text-decoration: none;
}

div.jp-playlist a:hover 
{
	color:#0d88c1;
}
