@charset "utf-8";
/* CSS Document */

div.jp-audio{width:599px;height:351px;background:url(../images/tiku/tanchuyinyue.gif) no-repeat;position:relative;}
div.jp-interface{height:351px;}


/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	overflow:hidden;
}

div.jp-interface ul.jp-controls {
	width:590px;
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-interface ul.jp-controls li {
	display:block;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

a.jp-play {
	display:block;width:50px;height:50px;cursor:pointer;margin:135px 270px 110px 275px;
}

a.jp-pause,a.jp-pause-none {
	background:url(../images/tiku/tanchuzhanting.gif) no-repeat;display:block;width:34px;height:34px;position:absolute;bottom:23px;left:105px;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	bottom:35px;
	left:155px;
	position:absolute;
	height:10px;
	overflow:hidden;
	background-color: #000;
}
div.jp-audio div.jp-progress {
	height:10px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width:250px;
}

div.jp-seek-bar {
	background:#000;
	width:0px;
	height:10px;
	cursor: pointer;
}
div.jp-play-bar {
	background:#cd5400;
	width:0px;
	height:10px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("../images/tiku/blue.monday/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */

a.jp-mute {
	position:absolute;bottom:33px;right:170px;
	background:url("../images/tiku/tanchushengyin-0.gif") no-repeat;height:15px;width:15px;
	display:block;
}

a.jp-unmute {
	position:absolute;bottom:33px;right:170px;
	background:url("../images/tiku/tanchushengyin-1.gif") no-repeat;height:15px;width:15px;
	display:block;
	display: none;
}


a.jp-volume-max {
	position:absolute;bottom:33px;right:100px;
	background:url("../images/tiku/tanchushengyin.gif") no-repeat;height:15px;width:15px;display:block;
}
div.jp-volume-bar {
	overflow:hidden;
	background:#000;
	width:46px;
	height:5px;
	cursor: pointer;
	position:absolute;right:120px;bottom:37px;
}

div.jp-volume-bar-value {
	background:#cd5400;
	width:0px;
	height:5px;
}

/* @end */


/* @group NO SOLUTION error feedback */

.jp-no-solution {
	width:390px;
	margin-left:-202px;
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
#musicclose{display:block;background:url(../images/jquery.fancybox/fancybox_sprite.png) no-repeat;width:44px;height:38px;position:absolute;right:10px;top:10px;cursor:pointer;}
.jp-audio{display:none;}