/* jplayer */
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Section
 * (Based On: Blue Monday, from Happyworm Ltd)
 *
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Martyn Green
 * Skin Version: 1.0 (jPlayer 2.0.0)
 * Date: 25th February 2011
 */

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;
	color: #666;
}
div.jp-audio {
	width:350px;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
	border:1px solid #aab9c1;
	background: url("jp-img/jplayer.sechs.png") bottom left repeat-x;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:42px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:42px;
}
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:29px;
	height:29px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:6px;
	left:6px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:6px;
	left:6px;
}
a.jp-play {
	background: url("jp-img/jplayer.sechs.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jp-img/jplayer.sechs.png") -30px 0 no-repeat;
}
a.jp-pause {
	background: url("jp-img/jplayer.sechs.png") 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jp-img/jplayer.sechs.png") -30px -30px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:6px;
	left:35px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:6px;
	left:35px;
}
a.jp-stop {
	background: url("jp-img/jplayer.sechs.png") 0 -60px no-repeat;
	width:29px;
	height:29px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("jp-img/jplayer.sechs.png") -30px -60px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:26px;
}
a.jp-previous {
	background: url("jp-img/jplayer.sechs.png") 0 -90px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jp-img/jplayer.sechs.png") -30px -90px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:88px;
	top:26px;
}
a.jp-next {
	background: url("jp-img/jplayer.sechs.png") 0 -120px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jp-img/jplayer.sechs.png") -30px -120px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #c5c1ed;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:12px;
	left:72px;
	width:158px;
	height:8px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top:12px;
	left:72px;
	width:158px;
	height:8px;
}
div.jp-seek-bar {
	background: url("jp-img/jplayer.sechs.png") 0 -210px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jp-img/jplayer.sechs.png") 0 -219px repeat-x ;
	width:0px;
	height:8px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jp-img/pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width:29px;
	height:29px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:6px;
	left:237px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:6px;
	left:237px;
}
a.jp-mute {
	background: url("jp-img/jplayer.sechs.png") 0 -150px no-repeat;
}
a.jp-mute:hover {
	background: url("jp-img/jplayer.sechs.png") -30px -150px no-repeat;
}
a.jp-unmute {
	background: url("jp-img/jplayer.sechs.png") 0 -180px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jp-img/jplayer.sechs.png") -30px -180px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jp-img/jplayer.sechs.png") 0 -228px repeat-x;
	width:74px;
	height:8px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:17px;
	left:271px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:17px;
	left:271px;
}
div.jp-volume-bar-value {
	background: url("jp-img/jplayer.sechs.png") 0 -237px repeat-x;
	width:0px;
	height:8px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:10px;
	font-style:oblique;
}
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:20px;
	left:72px;
	width:159px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:20px;
	left:72px;
	width:159px;
}
div.jp-playlist {
	/* width:418px; */
	width:100%;
	background-color:#fff;
	border:1px solid #aab9c1;
	border-top:none;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:11px;
}

div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 24px;
	font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 24px;
	border-bottom:1px dotted #ccc;
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 5px 24px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	background: #FFFFdd url("jp-img/jplayer.sechs.png") 6px -268px no-repeat;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
	background-color: #000000;
}

div.jp-sep {
	position: absolute;
	height: 29px;
	width: 6px;
	top: 12px; 
	left: 227px;
	background: url("jp-img/jplayer.sechs.png") 0px -247px no-repeat;
}

#cn-aud {
	width: 360px; 
	margin: auto;
	background: #121212;
	position:fixed;
	left:-4000px;
	top: 180px;
	z-index:9999;
}
 
#cn-inner {
	position: relative;
	padding: 4px;
}

#cn-inner .close {
	position: absolute;
	top: -12px; 
	right: -12px;
	height: 32px;
	width: 32px;
	background: url(jp-img/dialog-close.png) no-repeat;
}

#cn-inner .close span {
	display:block;
	text-indent: -9998em;
}

#cn-aud a {
	color: #777;
}

.audio-hd {
	background: #33173e url(jp-img/audio-hd.png) no-repeat; 
	padding: 70px 12px 24px 12px; 
	text-align: center;
	max-height: 200px;
}

.audio-hd h2 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
}

#mask {
  position:absolute;
  z-index:9000;
  background-color: black;
  display:none;
  height: 1px;
  width: 1px;
  top: 0; 
  left: 0;
}
   
/*.jp-duration, .jp-current-time {display: none;}*/