/* AUDIO PLAYER */
/* generic audio player */
.jp-audio { height:53px; width:200px; position:relative;margin-top:10px; }
.jp-interface { height:34px; width:180px; position:absolute; top:0; left:0; background: no-repeat; }
.jp-controls,
.jp-controls li { margin:0; padding:0; list-style-type:none; }
.jp-controls a { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; position:absolute; }
.jp-controls .jp-play { background:no-repeat center center; width:33px; height:31px; top:0; left:0; }
.jp-controls .jp-pause { background:no-repeat center center; width:32px; height:31px; top:0; left:0; }
.jp-controls .jp-stop { background:no-repeat center center; width:32px; height:32px; top:0; right:0; }
.jp-controls .jp-stop:hover { background:no-repeat center center; }
.jp-progress { width:65px; height:6px; position:absolute; top:14px; left:38px; }
.jp-seek-bar { height:4px; position: static; overflow: hidden; border-radius:3px;; }
.jp-play-bar { height:6px;}
.jp-status { margin:0; font-size:10px; position:absolute; top:39px; left:0; text-align:center; width:180px;font-weight: normal; }
.jp-playlist { display:none;}
.jp-label { height:34px; line-height:34px; margin-left:145px; font-size:13px; font-weight:bold; display: none; }

/* featured audio player */
.file-audio-jplayer { background:no-repeat left top; position:relative; width:415px; height:75px; margin-bottom:1.25em; }
.file-audio-jplayer h3 { width:175px; color:#333; font-size:12px; line-height:1.2; font-weight:bold; position:absolute; top:15px; left:11px; }
.file-audio-jplayer .jp-audio { position:absolute; top:14px; right:75px; width:136px; }
.file-audio-jplayer .jp-download { display:block; position:absolute; top:14px; right:0; width:70px; overflow:hidden; text-align:center; padding:39px 3px 0 3px; font-size:10px; line-height:14px; background:no-repeat center top; }
.file-audio-jplayer .jp-status { font-size:10px; line-height:14px; }


/* generic audio player */
.jp-interface { background-image:url(img/ubl-player.png); }
.jp-controls .jp-play { background-image:url(img/ubl-player-play.png); }
.jp-controls .jp-pause { background-image:url(img/ubl-player-pause.png); }
.jp-controls .jp-stop { background-image:url(img/ubl-player-stop-disabled.png); }
.jp-controls .jp-stop:hover { background-image:url(img/ubl-player-stop.png); }
.jp-seek-bar {  }
.jp-play-bar { background:#F27836; }
.jp-status { color:#969EA6; }
.jp-label { color:#007EB1; }

/* featured audio player */
.file-audio-jplayer { background-image:url(img/featured-audio-background.png); }
.file-audio-jplayer .jp-download { background-image:url(img/ubl-download.png); }

.player-placeholder{clear:left;}

