/* megatrax player skin */

div.jp-audio {
	color: #666;
	border: 1px solid #181818;
	background-color: #f1edee;
	/*width: 850px;*/
	width: inherit;
	margin: 5px 0px;
}
div.jp-interface {
	position: relative;
	background-color: transparent;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height: 45px;
	overflow: hidden;
}

div.jp-controls-holder {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	margin: 0; padding: 0;
	width: 100%; height: 46px;
	overflow: hidden;
}

div.jp-audio ul.jp-controls { padding: 0 2px; }

div.jp-interface ul.jp-controls li {
	display: inline;
	float: right;
	padding: 0;
}

div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: 9999px;
	text-align: start;
}
a.jp-play,
a.jp-pause {
	position: relative;
	top: 2px;
	width: 40px;
	height: 40px;
}

a.jp-play {
	background: url("megatrax_player_controls.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("megatrax_player_controls.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("megatrax_player_controls.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("megatrax_player_controls.jpg") -41px -42px no-repeat;
}

a.jp-stop,
a.jp-previous,
a.jp-next {
	width: 28px;
	height: 28px;
	margin-top: 6px;
}

a.jp-stop {
	background: url("megatrax_player_controls.jpg") 0 -83px no-repeat;
	margin-left: 10px;
}

a.jp-stop:hover {
	background: url("megatrax_player_controls.jpg") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("megatrax_player_controls.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("megatrax_player_controls.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("megatrax_player_controls.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("megatrax_player_controls.jpg") -29px -141px no-repeat;
}

div.jp-progress {
	/*background-size: contain;*/
	background-size: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 1px solid #000;
}
div.jp-progress img {
	width: 100%; height: 100%;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top: 2px;
	height: 39px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left: 46px;
	/*width: 694px;*/
	width: calc( 100% - 156px );
	text-align: left;
}
div.jp-seek-bar {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 0; height: 100%;
	top: 0;
	cursor: pointer;
	overflow: hidden;
}
div.jp-play-bar {
	position: absolute;
	top: 0; left: -1px;
	width: 0px; height: 100%;
	border-right: 2px solid #000;
}

a.jp-mute, a.jp-unmute, a.jp-volume-max {
	width: 18px;
	height: 15px;
	margin-top: 23px;
}

/*div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 708px;
}*/

a.jp-mute {
	background: url("megatrax_player_controls.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("megatrax_player_controls.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("megatrax_player_controls.jpg") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("megatrax_player_controls.jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url("megatrax_player_controls.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("megatrax_player_controls.jpg") -19px -186px no-repeat;
}

div.jp-audio div.jp-volume-bar {
}
div.jp-volume-bar {
	position: relative;
	float: right;
	margin-right: 32px;
	margin-top: -21px;
	overflow: hidden;
	background-color: #a1a2a4;
	width: 46px;
	height: 11px;
	cursor: pointer;
}
div.jp-volume-bar-value {
	float: left;
	background-color: #000;
	width: 0px;
	height: 11px;
}

div.jp-audio div.jp-time-holder {
	position: relative;
	float: right;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	margin-top: -42px;
	margin-right: 6px;
	width: 96px;
	font-size: 14px;
	line-height: 16px;
}

div.jp-current-time,
div.jp-duration {
	width: 40px;
}
div.jp-current-time {
	float: left;
	display: inline;
}
div.jp-duration {
	float: right;
	display: inline;
	text-align: right;
}
div.jp-time-divider {
	position: absolute;
	left: 45px;
}

div.jp-title {
	font-weight: bold;
	text-align: center;
}

div.jp-title {
	width: 100%;
	background-color: #ccc;
	border-top: 1px solid #009be3;
}
div.jp-type-single div.jp-title { border-top: none; }
div.jp-title ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	font-size: .72em;
}

div.jp-title li {
	padding: 5px 0;
	font-weight: bold;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-jplayer-audio, div.jp-jplayer {
	width: 0px; height: 0px;
}

div.jp-jplayer { background-color: #000000; }

.jp-no-solution {
	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;
}
