﻿#jplayer_replace { overflow: hidden; height: 0px; }

div.jp-audio {
    font-size: 10px;
	font-family:Verdana, Arial, sans-serif;
	line-height: 10px;
	color: #fff;
}
div.jp-audio {
	width:100%;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	/* width:418px; */
	width:100%;
	max-width: 290px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:64px;
	border-bottom:none;
	background: url("/lib/graphics/jplayer.blue.monday.png") bottom left repeat-x;
	overflow: hidden;
	margin-bottom: 12px;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	background-image: none !important;
	display: inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top: 20%;
	left: 5%;
}
a.jp-play {
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/lib/graphics/jplayer.blue.monday.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 -42px no-repeat;
	display: none;
}

a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top: 40%;
	left: 70%;
}
a.jp-mute {
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 -186px no-repeat;
}
a.jp-mute:hover {
	background: url("/lib/graphics/jplayer.blue.monday.png") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("/lib/graphics/jplayer.blue.monday.png") -19px -186px no-repeat;
}



a.jp-pause:hover {
	background: url("/lib/graphics/jplayer.blue.monday.png") -41px -42px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
	background-color: #025992;
	top: 40%;
	left: 28%;
	width: 40%;
	height:15px;
}
div.jp-seek-bar {
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 -202px repeat-x;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 -250px repeat-x;
	width:15%;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 49%;
	left: 82%;
}
div.jp-volume-bar-value {
	background: url("/lib/graphics/jplayer.blue.monday.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size: 1em;
	font-style:normal;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	/*top:49px;
	left:130px;
	width:122px;*/
	top: 70%;
	left: 28%;
	width: 40%;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
	background-color: #000000;
}