div.jp-audio, div.jp-audio-stream, div.jp-video {
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #4cc4ba;
}
                                                       /*播放器时间与边框*/
div.jp-audio {
	width:351px;
}
                                                       /*播放器宽度*/
div.jp-interface {
	position: relative;
	z-index:0;
	background:url("/main/image/sybj/xgyy.jpg");
	width:351px;
}
                                                       /*背景图片与现实宽度*/
div.jp-audio div.jp-type-single div.jp-interface {
	height:180px;
}
                                                       /*播放器高度*/
ul.jp-controls {
	margin-left:10px;
	width: 282px;
	padding:30px 10px -10px 20px;
}
a.jp-mute, a.jp-unmute, a.jp-volume-max {
	width:14px;
	height:12px;
	margin-top:25px;
}
div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 136px;
}
a.jp-mute {
	background: url("jplayer.blue.monday2.jpg") 0 -134px no-repeat;
}
a.jp-mute:hover {
	background: url("jplayer.blue.monday2.jpg") -15px -134px no-repeat;
}
a.jp-unmute {
	background: url("jplayer.blue.monday2.jpg") -45px -134px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer.blue.monday2.jpg") -60px -134px no-repeat;
}
                                                       /*静音按钮*/
ul.jp-controls, div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play, a.jp-pause {
	width:30px;
	height:30px;
	margin-top:15px;
	margin-left:30px;
}
a.jp-play:hover {
	background: url("jplayer.blue.monday2.jpg") 30px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday2.jpg") 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday2.jpg") -30px -30px no-repeat;
}
a.jp-stop, a.jp-previous, a.jp-next {
	width:21px;
	height:21px;
	margin-top:6px;
}
a.jp-stop {
	background: url("jplayer.blue.monday2.jpg") 0 -63px no-repeat;
	margin-left:5px;
	margin-top:20px;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday2.jpg") -21px -63px no-repeat;
}
                                                       /*播放暂停按钮*/

div.jp-progress {
	position: absolute;
	top:28px;
	height:8px;
}
div.jp-type-single div.jp-progress {
	left:100px;
	width:116px;
}
div.jp-seek-bar {
	background: url("jplayer.blue.monday2.jpg") 0 -84px repeat-x;
	width:0px;
	height:5px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday2.jpg") 0 -96px repeat-x;
	width:0px;
	height:5px;
}
                                                       /*进度条*/
div.jp-volume-bar {
	top:-16px;
	left:248px;
}
div.jp-volume-bar {
	position: relative;
	z-index:0;
	overflow:hidden;
	background: url("jplayer.blue.monday2.jpg") 0 -120px repeat-x;
	width:30px;
	height:3px;
	cursor: pointer;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday2.jpg") 0 -124px repeat-x;
	width:30px;
	height:5px;
}
                                                       /*音量*/
div.jp-time-holder {
	position:absolute;
	top:35px;
	margin-left:-10px;
}
div.jp-type-single div.jp-time-holder {
	left:110px;
	width:120px;
}
div.jp-current-time, div.jp-duration {
	width:60px;
	font-size:0.48em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}
div.jp-video div.jp-current-time {
	margin-left:20px;
}
                                                       /*时间*/
ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
	width:18px;
}
ul.jp-toggles li {
	display:block;
	float:right;
}
ul.jp-toggles li a {
	display:block;
	width:24px;
	height:28px;
	margin-top:-2px;
	text-indent:-9999px;
	line-height:100%;
}
a.jp-repeat {
	background: url("jplayer.blue.monday2.jpg") -38px -68px no-repeat;
}
a.jp-repeat:hover {
	background: url("jplayer.blue.monday2.jpg") -58px -68px no-repeat;
}
a.jp-repeat-off {
	background: url("jplayer.blue.monday2.jpg") -82px -68px no-repeat;
}
a.jp-repeat-off:hover {
	background: url("jplayer.blue.monday2.jpg") -105px -68px no-repeat;
}
                                                 /*循环播放*/