<<<<<<< .mine
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 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: Silvia Benvenuti
 * Skin Version: 2.1
 * Date: 13th May 2010
 */
#maincontent .jp-single-player li{list-style:none;}
div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-single-player{
	margin:0;
	width:300px;
	float:left;}
div.jp-interface {
	position: relative;
	background-color:#D7D7D7;
	width:280px;
	height:35px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:5px;
	width:27px;
	height:23px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:5px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 0 no-repeat;
}
a.jp-pause {
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -40px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -40px no-repeat;
}
a.jp-stop {
	top:5px;
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -83px no-repeat;
	width:27px;
	height:23px;
}
div.jp-single-player a.jp-stop {
	left:40px;
}
div.jp-playlist-player a.jp-stop {
	left:40px;
}
a.jp-stop:hover {
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #FFFFFF;
	width:122px;
	height:10px;
}
div.jp-single-player div.jp-progress {
	left:100px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background:#640360;
	width:0px;
	height:10px;
	cursor: pointer;
}
div.jp-play-bar {
	background:#640360;
	width:0px;
	height:10px;
}
a.jp-volume-min {
	top:20px;
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -170px no-repeat;
	width:7px;
	height:10px;
}
div.jp-single-player a.jp-volume-min {
	left:87px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -170px no-repeat;
}
a.jp-volume-max {
	top:20px;
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -186px no-repeat;
	width:17px;
	height:12px;
}
div.jp-single-player a.jp-volume-max {
	left:232px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:22px;
	background:#FFF;
	width:122px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:100px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background:#640360;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:5px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time {
	left:70px;
}
div.jp-single-player div.jp-total-time{
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:252px;
}
div.jp-playlist {
	width:280px;
}
#content div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	border-top:none;
	background:#fff;
	width:280px;
	padding:0;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist li {
/*	padding:5px 0 5px 20px;*/
	/*font-weight:bold;*/
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}
#content ul.jp-controls {
	padding: 0px;
}
=======
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 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: Silvia Benvenuti
 * Skin Version: 2.1
 * Date: 13th May 2010
 */
#maincontent .jp-single-player li{list-style:none;}
div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-single-player{
	margin:0;
	width:300px;
	float:left;}
div.jp-interface {
	position: relative;
	background-color:#D7D7D7;
	width:605px;
	height:45px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
	position: absolute;
	left:0;
	top:5px;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:5px;
	width:75px;
	height:35px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:5px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 0 no-repeat;
}
a.jp-pause {
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -40px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -40px no-repeat;
}
a.jp-stop {
	top:5px;
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -76px no-repeat;
	width:35px;
	height:35px;
}
div.jp-single-player a.jp-stop {
	left:85px;
}
div.jp-playlist-player a.jp-stop {
	left:40px;
}
a.jp-stop:hover {
	background:  url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -76px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("http://inductions.lcke.com.au/content/css/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:10px;
	background-color: #FFFFFF;
	width:122px;
	height:10px;
}
div.jp-single-player div.jp-progress {
	left:420px;
}
div.jp-playlist-player div.jp-progress {
	left:184px;
}
div.jp-load-bar {
	background:#640360;
	width:0px;
	height:10px;
	cursor: pointer;
}
div.jp-play-bar {
	background:#640360;
	width:0px;
	height:10px;
}
a.jp-volume-min {
	top:25px;
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -170px no-repeat;
	width:7px;
	height:10px;
}
div.jp-single-player a.jp-volume-min {
	left:407px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -170px no-repeat;
}
a.jp-volume-max {
	top:25px;
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -186px no-repeat;
	width:17px;
	height:12px;
}
div.jp-single-player a.jp-volume-max {
	left:552px;
}
div.jp-playlist-player a.jp-volume-max {
	left:388px;
}
a.jp-volume-max:hover {
	background: url("http://inductions.lcke.com.au/content/images/jplayerbg.png") 0 -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:27px;
	background:#FFF;
	width:122px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:420px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background:#640360;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:10px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time {
	left:390px;
}
div.jp-single-player div.jp-total-time{
	left:450px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:323px;
}
div.jp-playlist {
	width:325px;
}
#content div.jp-playlist ul{
	list-style-type:none;
	margin:50px 0 0 0;
	border-top:none;
	background:#fff;
	width:280px;
	padding:0;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist li {
/*	padding:5px 0 5px 20px;*/
	/*font-weight:bold;*/
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}
#content ul.jp-controls {
	padding: 0px;
}
#maincontent div.jp-interface ul.jp-controls li {
list-style: none;
}

/*
     FILE ARCHIVED ON 01:37:11 Mar 05, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:28:34 Mar 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.667
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.041
  esindex: 0.012
  cdx.remote: 8.126
  LoadShardBlock: 62.593 (3)
  PetaboxLoader3.datanode: 66.656 (4)
  PetaboxLoader3.resolve: 42.984 (2)
  load_resource: 73.428
*/