﻿.audio-image { position: relative; }
	.audio-image img { display: block; margin: 0 !important; }
  .stageContainer .audio-image { display: none !important;}
  
div.jp-audio,
div.jp-video {
	line-height:1.6;
	color: #666;
	
	position:relative;
	text-align: left;
}
div.jp-audio {
	width:650px;
	margin: -34px 0 10px 0;
}

.stageContainer div.jp-audio {
	width: 490px;
	margin: 0 0 10px 0;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:650px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index:1000;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index:1000;
	/* copied from audio */
	height: 34px;
	background: url("../images/player.png") repeat-x 0 0;
}

div.jp-video div.jp-gui {
	margin: -34px 0 10px 0;
}

div.jp-interface {
	position: relative;
}

div.jp-audio div.jp-type-single div.jp-interface {
	margin: 0 5px;
	height: 34px;
	background: url("../images/player.png") repeat-x 0 0;
}

div.jp-video div.jp-type-playlist div.jp-interface,
div.jp-audio div.jp-type-playlist div.jp-interface {
	margin: 0 5px;
	height: 34px;
	background: url("../images/player.png") repeat-x 0 0;
}

.stageContainer div.jp-video div.jp-type-playlist div.jp-interface,
.stageContainer div.jp-audio div.jp-type-playlist div.jp-interface {
	margin: 0 !important;
}

/* @group CONTROLS */

/*div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px;
}
*/

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-video ul.jp-controls, div.jp-video ul.jp-controls,
div.jp-audio ul.jp-controls, div.jp-audio ul.jp-controls {
	padding: 0 10px 0 10px;
}

div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause, a.jp-stop, a.jp-previous, a.jp-next {
	width: 30px;
	height: 30px;
}

a.jp-play {
	background: transparent url("../images/maccaco.png") no-repeat -1px 0;
}
a.jp-play:hover {
	background-position: -1px -35px;
}
a.jp-pause {
	background: transparent url("../images/maccaco.png") no-repeat -1px -70px;
	display: none;
}
a.jp-pause:hover {
	background-position: -1px -105px;
}

a.jp-stop {
	background: transparent url("../images/maccaco.png") no-repeat -33px -70px;
	margin-left: 10px;
}

a.jp-stop:hover {
	background-position: -33px -105px;
}

a.jp-previous {
	background: transparent url("../images/maccaco.png") no-repeat -33px 0;
}
a.jp-previous:hover {
	background-position: -33px -35px;
}

a.jp-next {
	background: transparent url("../images/maccaco.png") no-repeat -60px 0;
}
a.jp-next:hover {
	background-position: -60px -35px;
}


.stageContainer a.jp-previous, .stageContainer a.jp-next,
.no-playlist a.jp-previous, .no-playlist a.jp-next {
	display: none !important;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
}
div.jp-video div.jp-progress, div.jp-audio div.jp-progress {
	position: absolute;
	top: 9px;
	height:12px;
	z-index: 2;
}
div.jp-video div.jp-type-single div.jp-progress, div.jp-audio div.jp-type-single div.jp-progress {
	left:196px;
	width:400px;
}
div.jp-video div.jp-type-playlist div.jp-progress, div.jp-audio div.jp-type-playlist div.jp-progress {
	left:196px;
	width:400px;
}

div.jp-video div.no-playlist div.jp-progress,
div.jp-audio div.no-playlist div.jp-progress {
	left: 136px !important;
  width:460px !important;
}

.stageContainer div.jp-video div.jp-type-playlist div.jp-progress,
.stageContainer div.jp-audio div.jp-type-playlist div.jp-progress {
	left: 136px !important;
    width:300px !important;
}

div.jp-seek-bar {
	background: url("../images/duration.png") 0 0 repeat-x;
	width: 0px;
	height: 12px;
	cursor: pointer;
  padding: 7px 0 0 0;
}
div.jp-play-bar {
	background: #999;
	width:0px;
	height: 5px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width: 24px;
	height: 20px;
	margin-top: 5px;
}

div.jp-video div.jp-type-single a.jp-mute,
div.jp-video div.jp-type-single a.jp-unmute,
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 205px;	
}

div.jp-video div.jp-type-playlist a.jp-mute,
div.jp-video div.jp-type-playlist a.jp-unmute,
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 465px;
}

div.jp-video div.no-playlist a.jp-mute,
div.jp-video div.no-playlist a.jp-unmute,
div.jp-audio div.no-playlist a.jp-mute,
div.jp-audio div.no-playlist a.jp-unmute {
	margin-left: 525px;
}

.stageContainer div.jp-video div.jp-type-playlist a.jp-mute,
.stageContainer div.jp-video div.jp-type-playlist a.jp-unmute,
.stageContainer div.jp-audio div.jp-type-playlist a.jp-mute,
.stageContainer div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 370px;
}

div.jp-video a.jp-volume-max,
div.jp-audio a.jp-volume-max {
	/* margin-left: 56px;	*/
  display: none !important;
}

a.jp-mute {
	background: url("../images/maccaco.png") -754px -74px no-repeat;
}
a.jp-mute:hover {
	background-position: -842px -74px;
}
a.jp-unmute {
	background: url("../images/maccaco.png") -842px -74px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background-position: -754px -74px;
}

a.jp-volume-max {
	background: url("../images/maccaco.png") -842px -4px no-repeat;
}
a.jp-volume-max:hover {
	background-position: -842px -39px;
}

div.jp-volume-bar {
	/* position: absolute;
	overflow:hidden;
	background: url("../images/sprite-jplayer.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer; */
  display: none !important;
}
div.jp-video div.jp-volume-bar, div.jp-audio div.jp-volume-bar {
	top: 12px;
	left: 562px;
}
div.jp-video div.no-playlist div.jp-volume-bar, div.jp-audio div.no-playlist div.jp-volume-bar {
	left: 526px !important;
}

/* @end */

/* @group current time and duration */

div.jp-video div.jp-time-holder,
div.jp-audio div.jp-time-holder {
	position:absolute;
	top: 9px;
	z-index: 1;
}
div.jp-video div.jp-type-single div.jp-time-holder,
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-video div.jp-type-playlist div.jp-time-holder,
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:150px;
}

.stageContainer div.jp-video div.jp-type-playlist div.jp-time-holder,
div.jp-video div.no-playlist div.jp-time-holder,
.stageContainer div.jp-audio div.jp-type-playlist div.jp-time-holder,
div.jp-audio div.no-playlist div.jp-time-holder {
	left: 111px !important;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

.stageContainer div.jp-duration {
  display: none;
}
/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
  	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	width: 480px;
	bottom: 70px;
	right: 0;
	background-color: #fff;
}

.stageContainer div.jp-video div.jp-type-playlist div.jp-title,
.stageContainer div.jp-video div.jp-type-playlist div.jp-playlist,
div.jp-video div.no-playlist div.jp-title,
div.jp-video div.no-playlist div.jp-playlist,
.stageContainer div.jp-audio div.jp-type-playlist div.jp-title,
.stageContainer div.jp-audio div.jp-type-playlist div.jp-playlist,
div.jp-audio div.no-playlist div.jp-title,
div.jp-audio div.no-playlist div.jp-playlist {
	display: none;
}

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-playlist .jp-playlist-head {
	height: 16px;
	line-height: 16px;
	padding: 3px 6px;
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #cecaca;
  color: #000;
}

div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin: 0 3px 3px 3px;
	padding: 0 0 16px 0;
	font-size: 12px;
	background: url("../images/jplayer-head.png") 0 0 repeat;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding: 0 5px;
	margin: 0;
	height: 16px;
	line-height: 16px;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {

}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#e5252f;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#e5252f;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#e5252f;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#e5252f;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 104px;
	height: 104px;

	margin-left:-52px;
	margin-top:-52px;
	left:50%;
	top:50%;

	background: url("../images/video.png") 0 0 no-repeat;
	text-indent:-9999px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("../images/video.png") 0 0 no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-video .jp-type-single ul.jp-toggles,
div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-video .jp-type-playlist ul.jp-toggles,
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("../images/sprite-jplayer.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("../images/sprite-jplayer.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("../images/sprite-jplayer.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("../images/sprite-jplayer.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("../images/sprite-jplayer.jpg") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("../images/sprite-jplayer.jpg") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("../images/sprite-jplayer.jpg") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("../images/sprite-jplayer.jpg") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("../images/sprite-jplayer.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("../images/sprite-jplayer.jpg") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("../images/sprite-jplayer.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("../images/sprite-jplayer.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	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;
}

/* @end */
