@charset "UTF-8";
/* CSS Document */



div.jp-audio,
div.jp-video {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
}
div.jp-audio {
	width:30px;
}

div.jp-interface {
	position: relative;
	border:none;
	margin-left: 4px;
	margin-top:  -10px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:10px;
	border-bottom:none;
}



div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
	
}

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}

a.jp-play,
a.jp-pause {
	width:18px;
	height:10px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:0px;
	left:0px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:0px;
	left:0px;
}



a.jp-play {
	background:url(play_i.png) 0 0 no-repeat;
	text-decoration: none;
}


a.jp-play:hover {
	background: url(play_hover_i.png) 0 0 no-repeat;
	text-decoration: none;
}
a.jp-pause {
	background: url(pause_i.png) 0 0 no-repeat;
	display: none;
	text-decoration: none;
}
a.jp-pause:hover {
	background: url(pause_hover_i.png) 0 0 no-repeat;
	text-decoration: none;
}



div.jp-jplayer {
	width:0px;
	height:0px;
	

}



div.music_text{
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 28px;
	padding-top: 3px;
	z-index:1;

}