
#stacks_in_1684_page3 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width:  4px;
	margin:  2px;
	padding:  5px;
}

#stacks_in_11161_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_11163_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_11163_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-WHB-smile {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-WHB-smile *,
#PlayerWrapper-WHB-smile *:before,
#PlayerWrapper-WHB-smile *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-WHB-smile {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-WHB-smile {
	padding-bottom: 0.00%;
}


#PlayerWrapper-WHB-smile #media-WHB-smile {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-WHB-smile .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-WHB-smile .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-WHB-smile .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB-smile .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-WHB-smile .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB-smile .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-WHB-smile .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB-smile .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-WHB-smile {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-WHB-smile {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-WHB-smile {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-WHB-smile button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-WHB-smile span.media-button,
#media-controls-WHB-smile span.time,
#media-controls-WHB-smile span.player-extra-element,
#media-controls-WHB-smile span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-WHB-smile span.media-button.left-aligned,
#media-controls-WHB-smile span.time.left-aligned,
#media-controls-WHB-smile span.player-extra-element.left-aligned,
#media-controls-WHB-smile span.duration.left-aligned {
	text-align: left;
}

#media-controls-WHB-smile span.media-button.right-aligned,
#media-controls-WHB-smile span.time.right-aligned,
#media-controls-WHB-smile span.player-extra-element.right-aligned,
#media-controls-WHB-smile span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-WHB-smile span.media-button a,
#media-controls-WHB-smile span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-WHB-smile span.media-button a,
	#media-controls-WHB-smile span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-WHB-smile span.media-button a:hover,
#media-controls-WHB-smile span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-WHB-smile [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-WHB-smile [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-WHB-smile span.time,
#media-controls-WHB-smile span.player-extra-element,
#media-controls-WHB-smile span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-WHB-smile span.time,
	#media-controls-WHB-smile span.player-extra-element,
	#media-controls-WHB-smile span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-WHB-smile .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-WHB-smile .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-WHB-smile .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-WHB-smile .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-WHB-smile .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-WHB-smile,
	#PlayerWrapper-WHB-smile .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_11165_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_11165_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12621_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12623_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12623_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-WHB {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-WHB *,
#PlayerWrapper-WHB *:before,
#PlayerWrapper-WHB *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-WHB {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-WHB {
	padding-bottom: 0.00%;
}


#PlayerWrapper-WHB #media-WHB {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-WHB .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-WHB .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-WHB .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-WHB .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-WHB .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-WHB {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-WHB {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-WHB {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-WHB button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-WHB span.media-button,
#media-controls-WHB span.time,
#media-controls-WHB span.player-extra-element,
#media-controls-WHB span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-WHB span.media-button.left-aligned,
#media-controls-WHB span.time.left-aligned,
#media-controls-WHB span.player-extra-element.left-aligned,
#media-controls-WHB span.duration.left-aligned {
	text-align: left;
}

#media-controls-WHB span.media-button.right-aligned,
#media-controls-WHB span.time.right-aligned,
#media-controls-WHB span.player-extra-element.right-aligned,
#media-controls-WHB span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-WHB span.media-button a,
#media-controls-WHB span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-WHB span.media-button a,
	#media-controls-WHB span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-WHB span.media-button a:hover,
#media-controls-WHB span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-WHB [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-WHB [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-WHB span.time,
#media-controls-WHB span.player-extra-element,
#media-controls-WHB span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-WHB span.time,
	#media-controls-WHB span.player-extra-element,
	#media-controls-WHB span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-WHB .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-WHB .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-WHB .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-WHB .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-WHB .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-WHB,
	#PlayerWrapper-WHB .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12625_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12625_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12600_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12602_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12602_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-Downtown {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Downtown *,
#PlayerWrapper-Downtown *:before,
#PlayerWrapper-Downtown *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Downtown {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-Downtown {
	padding-bottom: 0.00%;
}


#PlayerWrapper-Downtown #media-Downtown {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Downtown .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Downtown .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-Downtown .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Downtown .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-Downtown .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Downtown .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-Downtown .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Downtown .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Downtown {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Downtown {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Downtown {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-Downtown button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Downtown span.media-button,
#media-controls-Downtown span.time,
#media-controls-Downtown span.player-extra-element,
#media-controls-Downtown span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Downtown span.media-button.left-aligned,
#media-controls-Downtown span.time.left-aligned,
#media-controls-Downtown span.player-extra-element.left-aligned,
#media-controls-Downtown span.duration.left-aligned {
	text-align: left;
}

#media-controls-Downtown span.media-button.right-aligned,
#media-controls-Downtown span.time.right-aligned,
#media-controls-Downtown span.player-extra-element.right-aligned,
#media-controls-Downtown span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Downtown span.media-button a,
#media-controls-Downtown span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Downtown span.media-button a,
	#media-controls-Downtown span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Downtown span.media-button a:hover,
#media-controls-Downtown span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-Downtown [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Downtown [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-Downtown span.time,
#media-controls-Downtown span.player-extra-element,
#media-controls-Downtown span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Downtown span.time,
	#media-controls-Downtown span.player-extra-element,
	#media-controls-Downtown span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Downtown .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Downtown .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Downtown .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Downtown .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Downtown .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Downtown,
	#PlayerWrapper-Downtown .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12604_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12604_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12579_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12581_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12581_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-WHB-Drift {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-WHB-Drift *,
#PlayerWrapper-WHB-Drift *:before,
#PlayerWrapper-WHB-Drift *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-WHB-Drift {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-WHB-Drift {
	padding-bottom: 0.00%;
}


#PlayerWrapper-WHB-Drift #media-WHB-Drift {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-WHB-Drift .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-WHB-Drift .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-WHB-Drift .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB-Drift .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-WHB-Drift .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB-Drift .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-WHB-Drift .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-WHB-Drift .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-WHB-Drift {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-WHB-Drift {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-WHB-Drift {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-WHB-Drift button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-WHB-Drift span.media-button,
#media-controls-WHB-Drift span.time,
#media-controls-WHB-Drift span.player-extra-element,
#media-controls-WHB-Drift span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-WHB-Drift span.media-button.left-aligned,
#media-controls-WHB-Drift span.time.left-aligned,
#media-controls-WHB-Drift span.player-extra-element.left-aligned,
#media-controls-WHB-Drift span.duration.left-aligned {
	text-align: left;
}

#media-controls-WHB-Drift span.media-button.right-aligned,
#media-controls-WHB-Drift span.time.right-aligned,
#media-controls-WHB-Drift span.player-extra-element.right-aligned,
#media-controls-WHB-Drift span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-WHB-Drift span.media-button a,
#media-controls-WHB-Drift span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-WHB-Drift span.media-button a,
	#media-controls-WHB-Drift span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-WHB-Drift span.media-button a:hover,
#media-controls-WHB-Drift span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-WHB-Drift [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-WHB-Drift [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-WHB-Drift span.time,
#media-controls-WHB-Drift span.player-extra-element,
#media-controls-WHB-Drift span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-WHB-Drift span.time,
	#media-controls-WHB-Drift span.player-extra-element,
	#media-controls-WHB-Drift span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-WHB-Drift .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-WHB-Drift .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-WHB-Drift .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-WHB-Drift .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-WHB-Drift .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-WHB-Drift,
	#PlayerWrapper-WHB-Drift .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12583_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12583_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12558_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12560_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12560_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-Punk {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Punk *,
#PlayerWrapper-Punk *:before,
#PlayerWrapper-Punk *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Punk {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-Punk {
	padding-bottom: 0.00%;
}


#PlayerWrapper-Punk #media-Punk {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Punk .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Punk .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-Punk .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Punk .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-Punk .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Punk .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-Punk .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Punk .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Punk {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Punk {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Punk {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-Punk button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Punk span.media-button,
#media-controls-Punk span.time,
#media-controls-Punk span.player-extra-element,
#media-controls-Punk span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Punk span.media-button.left-aligned,
#media-controls-Punk span.time.left-aligned,
#media-controls-Punk span.player-extra-element.left-aligned,
#media-controls-Punk span.duration.left-aligned {
	text-align: left;
}

#media-controls-Punk span.media-button.right-aligned,
#media-controls-Punk span.time.right-aligned,
#media-controls-Punk span.player-extra-element.right-aligned,
#media-controls-Punk span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Punk span.media-button a,
#media-controls-Punk span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Punk span.media-button a,
	#media-controls-Punk span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Punk span.media-button a:hover,
#media-controls-Punk span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-Punk [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Punk [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-Punk span.time,
#media-controls-Punk span.player-extra-element,
#media-controls-Punk span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Punk span.time,
	#media-controls-Punk span.player-extra-element,
	#media-controls-Punk span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Punk .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Punk .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Punk .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Punk .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Punk .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Punk,
	#PlayerWrapper-Punk .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12562_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12562_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_1698_page3 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width:  4px;
	margin:  2px;
	padding:  5px;
}

#stacks_in_1700_page3 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_12537_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12539_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12539_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-LF-Led {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-LF-Led *,
#PlayerWrapper-LF-Led *:before,
#PlayerWrapper-LF-Led *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-LF-Led {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-LF-Led {
	padding-bottom: 0.00%;
}


#PlayerWrapper-LF-Led #media-LF-Led {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-LF-Led .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-LF-Led .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-LF-Led .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-LF-Led .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-LF-Led .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-LF-Led .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-LF-Led .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-LF-Led .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-LF-Led {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-LF-Led {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-LF-Led {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-LF-Led button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-LF-Led span.media-button,
#media-controls-LF-Led span.time,
#media-controls-LF-Led span.player-extra-element,
#media-controls-LF-Led span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-LF-Led span.media-button.left-aligned,
#media-controls-LF-Led span.time.left-aligned,
#media-controls-LF-Led span.player-extra-element.left-aligned,
#media-controls-LF-Led span.duration.left-aligned {
	text-align: left;
}

#media-controls-LF-Led span.media-button.right-aligned,
#media-controls-LF-Led span.time.right-aligned,
#media-controls-LF-Led span.player-extra-element.right-aligned,
#media-controls-LF-Led span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-LF-Led span.media-button a,
#media-controls-LF-Led span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-LF-Led span.media-button a,
	#media-controls-LF-Led span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-LF-Led span.media-button a:hover,
#media-controls-LF-Led span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-LF-Led [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-LF-Led [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-LF-Led span.time,
#media-controls-LF-Led span.player-extra-element,
#media-controls-LF-Led span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-LF-Led span.time,
	#media-controls-LF-Led span.player-extra-element,
	#media-controls-LF-Led span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-LF-Led .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-LF-Led .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-LF-Led .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-LF-Led .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-LF-Led .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-LF-Led,
	#PlayerWrapper-LF-Led .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12541_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12541_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12516_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12518_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12518_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-Stalker {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Stalker *,
#PlayerWrapper-Stalker *:before,
#PlayerWrapper-Stalker *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Stalker {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-Stalker {
	padding-bottom: 0.00%;
}


#PlayerWrapper-Stalker #media-Stalker {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Stalker .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Stalker .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-Stalker .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Stalker .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-Stalker .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Stalker .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-Stalker .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Stalker .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Stalker {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Stalker {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Stalker {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-Stalker button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Stalker span.media-button,
#media-controls-Stalker span.time,
#media-controls-Stalker span.player-extra-element,
#media-controls-Stalker span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Stalker span.media-button.left-aligned,
#media-controls-Stalker span.time.left-aligned,
#media-controls-Stalker span.player-extra-element.left-aligned,
#media-controls-Stalker span.duration.left-aligned {
	text-align: left;
}

#media-controls-Stalker span.media-button.right-aligned,
#media-controls-Stalker span.time.right-aligned,
#media-controls-Stalker span.player-extra-element.right-aligned,
#media-controls-Stalker span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Stalker span.media-button a,
#media-controls-Stalker span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Stalker span.media-button a,
	#media-controls-Stalker span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Stalker span.media-button a:hover,
#media-controls-Stalker span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-Stalker [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Stalker [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-Stalker span.time,
#media-controls-Stalker span.player-extra-element,
#media-controls-Stalker span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Stalker span.time,
	#media-controls-Stalker span.player-extra-element,
	#media-controls-Stalker span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Stalker .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Stalker .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Stalker .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Stalker .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Stalker .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Stalker,
	#PlayerWrapper-Stalker .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12520_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12520_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12663_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12665_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12665_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-Shuggie {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-Shuggie *,
#PlayerWrapper-Shuggie *:before,
#PlayerWrapper-Shuggie *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-Shuggie {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-Shuggie {
	padding-bottom: 0.00%;
}


#PlayerWrapper-Shuggie #media-Shuggie {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-Shuggie .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-Shuggie .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-Shuggie .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Shuggie .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-Shuggie .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Shuggie .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-Shuggie .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-Shuggie .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-Shuggie {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-Shuggie {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-Shuggie {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-Shuggie button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-Shuggie span.media-button,
#media-controls-Shuggie span.time,
#media-controls-Shuggie span.player-extra-element,
#media-controls-Shuggie span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-Shuggie span.media-button.left-aligned,
#media-controls-Shuggie span.time.left-aligned,
#media-controls-Shuggie span.player-extra-element.left-aligned,
#media-controls-Shuggie span.duration.left-aligned {
	text-align: left;
}

#media-controls-Shuggie span.media-button.right-aligned,
#media-controls-Shuggie span.time.right-aligned,
#media-controls-Shuggie span.player-extra-element.right-aligned,
#media-controls-Shuggie span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-Shuggie span.media-button a,
#media-controls-Shuggie span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-Shuggie span.media-button a,
	#media-controls-Shuggie span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-Shuggie span.media-button a:hover,
#media-controls-Shuggie span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-Shuggie [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-Shuggie [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-Shuggie span.time,
#media-controls-Shuggie span.player-extra-element,
#media-controls-Shuggie span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-Shuggie span.time,
	#media-controls-Shuggie span.player-extra-element,
	#media-controls-Shuggie span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-Shuggie .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-Shuggie .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-Shuggie .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-Shuggie .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-Shuggie .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-Shuggie,
	#PlayerWrapper-Shuggie .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12667_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12667_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12642_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12644_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12644_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JF-If {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JF-If *,
#PlayerWrapper-JF-If *:before,
#PlayerWrapper-JF-If *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JF-If {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JF-If {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JF-If #media-JF-If {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JF-If .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JF-If .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JF-If .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JF-If .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JF-If .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JF-If .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JF-If .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JF-If .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JF-If {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JF-If {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JF-If {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JF-If button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JF-If span.media-button,
#media-controls-JF-If span.time,
#media-controls-JF-If span.player-extra-element,
#media-controls-JF-If span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JF-If span.media-button.left-aligned,
#media-controls-JF-If span.time.left-aligned,
#media-controls-JF-If span.player-extra-element.left-aligned,
#media-controls-JF-If span.duration.left-aligned {
	text-align: left;
}

#media-controls-JF-If span.media-button.right-aligned,
#media-controls-JF-If span.time.right-aligned,
#media-controls-JF-If span.player-extra-element.right-aligned,
#media-controls-JF-If span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JF-If span.media-button a,
#media-controls-JF-If span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JF-If span.media-button a,
	#media-controls-JF-If span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JF-If span.media-button a:hover,
#media-controls-JF-If span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JF-If [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JF-If [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JF-If span.time,
#media-controls-JF-If span.player-extra-element,
#media-controls-JF-If span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JF-If span.time,
	#media-controls-JF-If span.player-extra-element,
	#media-controls-JF-If span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JF-If .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JF-If .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JF-If .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JF-If .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JF-If .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JF-If,
	#PlayerWrapper-JF-If .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12646_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12646_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_1710_page3 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width:  4px;
	margin:  2px;
	padding:  5px;
}

#stacks_in_12686_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12688_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12688_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Chance {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Chance *,
#PlayerWrapper-JR-Chance *:before,
#PlayerWrapper-JR-Chance *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Chance {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Chance {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Chance #media-JR-Chance {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Chance .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Chance .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Chance .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Chance .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Chance .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Chance .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Chance .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Chance .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Chance {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Chance {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Chance {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Chance button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Chance span.media-button,
#media-controls-JR-Chance span.time,
#media-controls-JR-Chance span.player-extra-element,
#media-controls-JR-Chance span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Chance span.media-button.left-aligned,
#media-controls-JR-Chance span.time.left-aligned,
#media-controls-JR-Chance span.player-extra-element.left-aligned,
#media-controls-JR-Chance span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Chance span.media-button.right-aligned,
#media-controls-JR-Chance span.time.right-aligned,
#media-controls-JR-Chance span.player-extra-element.right-aligned,
#media-controls-JR-Chance span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Chance span.media-button a,
#media-controls-JR-Chance span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Chance span.media-button a,
	#media-controls-JR-Chance span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Chance span.media-button a:hover,
#media-controls-JR-Chance span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Chance [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Chance [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Chance span.time,
#media-controls-JR-Chance span.player-extra-element,
#media-controls-JR-Chance span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Chance span.time,
	#media-controls-JR-Chance span.player-extra-element,
	#media-controls-JR-Chance span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Chance .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Chance .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Chance .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Chance .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Chance .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Chance,
	#PlayerWrapper-JR-Chance .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12690_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12690_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12749_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12751_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12751_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JF-solo {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JF-solo *,
#PlayerWrapper-JF-solo *:before,
#PlayerWrapper-JF-solo *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JF-solo {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JF-solo {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JF-solo #media-JF-solo {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JF-solo .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JF-solo .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JF-solo .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JF-solo .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JF-solo .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JF-solo .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JF-solo .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JF-solo .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JF-solo {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JF-solo {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JF-solo {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JF-solo button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JF-solo span.media-button,
#media-controls-JF-solo span.time,
#media-controls-JF-solo span.player-extra-element,
#media-controls-JF-solo span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JF-solo span.media-button.left-aligned,
#media-controls-JF-solo span.time.left-aligned,
#media-controls-JF-solo span.player-extra-element.left-aligned,
#media-controls-JF-solo span.duration.left-aligned {
	text-align: left;
}

#media-controls-JF-solo span.media-button.right-aligned,
#media-controls-JF-solo span.time.right-aligned,
#media-controls-JF-solo span.player-extra-element.right-aligned,
#media-controls-JF-solo span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JF-solo span.media-button a,
#media-controls-JF-solo span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JF-solo span.media-button a,
	#media-controls-JF-solo span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JF-solo span.media-button a:hover,
#media-controls-JF-solo span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JF-solo [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JF-solo [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JF-solo span.time,
#media-controls-JF-solo span.player-extra-element,
#media-controls-JF-solo span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JF-solo span.time,
	#media-controls-JF-solo span.player-extra-element,
	#media-controls-JF-solo span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JF-solo .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JF-solo .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JF-solo .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JF-solo .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JF-solo .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JF-solo,
	#PlayerWrapper-JF-solo .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12753_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12753_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12728_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12730_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12730_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Lonely {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Lonely *,
#PlayerWrapper-JR-Lonely *:before,
#PlayerWrapper-JR-Lonely *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Lonely {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Lonely {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Lonely #media-JR-Lonely {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Lonely .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Lonely .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Lonely .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Lonely .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Lonely .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Lonely .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Lonely .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Lonely .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Lonely {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Lonely {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Lonely {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Lonely button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Lonely span.media-button,
#media-controls-JR-Lonely span.time,
#media-controls-JR-Lonely span.player-extra-element,
#media-controls-JR-Lonely span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Lonely span.media-button.left-aligned,
#media-controls-JR-Lonely span.time.left-aligned,
#media-controls-JR-Lonely span.player-extra-element.left-aligned,
#media-controls-JR-Lonely span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Lonely span.media-button.right-aligned,
#media-controls-JR-Lonely span.time.right-aligned,
#media-controls-JR-Lonely span.player-extra-element.right-aligned,
#media-controls-JR-Lonely span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Lonely span.media-button a,
#media-controls-JR-Lonely span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Lonely span.media-button a,
	#media-controls-JR-Lonely span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Lonely span.media-button a:hover,
#media-controls-JR-Lonely span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Lonely [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Lonely [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Lonely span.time,
#media-controls-JR-Lonely span.player-extra-element,
#media-controls-JR-Lonely span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Lonely span.time,
	#media-controls-JR-Lonely span.player-extra-element,
	#media-controls-JR-Lonely span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Lonely .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Lonely .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Lonely .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Lonely .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Lonely .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Lonely,
	#PlayerWrapper-JR-Lonely .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12732_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12732_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12707_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12709_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12709_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Hell {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Hell *,
#PlayerWrapper-JR-Hell *:before,
#PlayerWrapper-JR-Hell *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Hell {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Hell {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Hell #media-JR-Hell {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Hell .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Hell .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Hell .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Hell .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Hell .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Hell .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Hell .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Hell .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Hell {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Hell {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Hell {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Hell button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Hell span.media-button,
#media-controls-JR-Hell span.time,
#media-controls-JR-Hell span.player-extra-element,
#media-controls-JR-Hell span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Hell span.media-button.left-aligned,
#media-controls-JR-Hell span.time.left-aligned,
#media-controls-JR-Hell span.player-extra-element.left-aligned,
#media-controls-JR-Hell span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Hell span.media-button.right-aligned,
#media-controls-JR-Hell span.time.right-aligned,
#media-controls-JR-Hell span.player-extra-element.right-aligned,
#media-controls-JR-Hell span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Hell span.media-button a,
#media-controls-JR-Hell span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Hell span.media-button a,
	#media-controls-JR-Hell span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Hell span.media-button a:hover,
#media-controls-JR-Hell span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Hell [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Hell [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Hell span.time,
#media-controls-JR-Hell span.player-extra-element,
#media-controls-JR-Hell span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Hell span.time,
	#media-controls-JR-Hell span.player-extra-element,
	#media-controls-JR-Hell span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Hell .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Hell .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Hell .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Hell .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Hell .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Hell,
	#PlayerWrapper-JR-Hell .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12711_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12711_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_1720_page3 {
	margin:  2px;
	padding:  5px;
}

#stacks_out_1722_page3 {
	width: 14%;
	margin-left:0;
}

#stacks_in_1722_page3 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_12770_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12772_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12772_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Days {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Days *,
#PlayerWrapper-JR-Days *:before,
#PlayerWrapper-JR-Days *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Days {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Days {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Days #media-JR-Days {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Days .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Days .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Days .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Days .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Days .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Days .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Days .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Days .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Days {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Days {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Days {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Days button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Days span.media-button,
#media-controls-JR-Days span.time,
#media-controls-JR-Days span.player-extra-element,
#media-controls-JR-Days span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Days span.media-button.left-aligned,
#media-controls-JR-Days span.time.left-aligned,
#media-controls-JR-Days span.player-extra-element.left-aligned,
#media-controls-JR-Days span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Days span.media-button.right-aligned,
#media-controls-JR-Days span.time.right-aligned,
#media-controls-JR-Days span.player-extra-element.right-aligned,
#media-controls-JR-Days span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Days span.media-button a,
#media-controls-JR-Days span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Days span.media-button a,
	#media-controls-JR-Days span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Days span.media-button a:hover,
#media-controls-JR-Days span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Days [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Days [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Days span.time,
#media-controls-JR-Days span.player-extra-element,
#media-controls-JR-Days span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Days span.time,
	#media-controls-JR-Days span.player-extra-element,
	#media-controls-JR-Days span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Days .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Days .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Days .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Days .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Days .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Days,
	#PlayerWrapper-JR-Days .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12774_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12774_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12896_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12898_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12898_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Dance {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Dance *,
#PlayerWrapper-JR-Dance *:before,
#PlayerWrapper-JR-Dance *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Dance {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Dance {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Dance #media-JR-Dance {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Dance .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Dance .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Dance .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Dance .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Dance .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Dance .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Dance .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Dance .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Dance {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Dance {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Dance {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Dance button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Dance span.media-button,
#media-controls-JR-Dance span.time,
#media-controls-JR-Dance span.player-extra-element,
#media-controls-JR-Dance span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Dance span.media-button.left-aligned,
#media-controls-JR-Dance span.time.left-aligned,
#media-controls-JR-Dance span.player-extra-element.left-aligned,
#media-controls-JR-Dance span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Dance span.media-button.right-aligned,
#media-controls-JR-Dance span.time.right-aligned,
#media-controls-JR-Dance span.player-extra-element.right-aligned,
#media-controls-JR-Dance span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Dance span.media-button a,
#media-controls-JR-Dance span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Dance span.media-button a,
	#media-controls-JR-Dance span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Dance span.media-button a:hover,
#media-controls-JR-Dance span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Dance [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Dance [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Dance span.time,
#media-controls-JR-Dance span.player-extra-element,
#media-controls-JR-Dance span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Dance span.time,
	#media-controls-JR-Dance span.player-extra-element,
	#media-controls-JR-Dance span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Dance .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Dance .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Dance .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Dance .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Dance .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Dance,
	#PlayerWrapper-JR-Dance .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12900_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12900_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12875_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12877_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12877_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Drive {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Drive *,
#PlayerWrapper-JR-Drive *:before,
#PlayerWrapper-JR-Drive *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Drive {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Drive {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Drive #media-JR-Drive {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Drive .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Drive .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Drive .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Drive .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Drive .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Drive .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Drive .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Drive .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Drive {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Drive {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Drive {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Drive button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Drive span.media-button,
#media-controls-JR-Drive span.time,
#media-controls-JR-Drive span.player-extra-element,
#media-controls-JR-Drive span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Drive span.media-button.left-aligned,
#media-controls-JR-Drive span.time.left-aligned,
#media-controls-JR-Drive span.player-extra-element.left-aligned,
#media-controls-JR-Drive span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Drive span.media-button.right-aligned,
#media-controls-JR-Drive span.time.right-aligned,
#media-controls-JR-Drive span.player-extra-element.right-aligned,
#media-controls-JR-Drive span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Drive span.media-button a,
#media-controls-JR-Drive span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Drive span.media-button a,
	#media-controls-JR-Drive span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Drive span.media-button a:hover,
#media-controls-JR-Drive span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Drive [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Drive [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Drive span.time,
#media-controls-JR-Drive span.player-extra-element,
#media-controls-JR-Drive span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Drive span.time,
	#media-controls-JR-Drive span.player-extra-element,
	#media-controls-JR-Drive span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Drive .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Drive .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Drive .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Drive .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Drive .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Drive,
	#PlayerWrapper-JR-Drive .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12879_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12879_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12854_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12856_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12856_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-After {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-After *,
#PlayerWrapper-JR-After *:before,
#PlayerWrapper-JR-After *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-After {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-After {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-After #media-JR-After {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-After .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-After .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-After .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-After .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-After .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-After .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-After .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-After .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-After {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-After {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-After {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-After button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-After span.media-button,
#media-controls-JR-After span.time,
#media-controls-JR-After span.player-extra-element,
#media-controls-JR-After span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-After span.media-button.left-aligned,
#media-controls-JR-After span.time.left-aligned,
#media-controls-JR-After span.player-extra-element.left-aligned,
#media-controls-JR-After span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-After span.media-button.right-aligned,
#media-controls-JR-After span.time.right-aligned,
#media-controls-JR-After span.player-extra-element.right-aligned,
#media-controls-JR-After span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-After span.media-button a,
#media-controls-JR-After span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-After span.media-button a,
	#media-controls-JR-After span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-After span.media-button a:hover,
#media-controls-JR-After span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-After [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-After [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-After span.time,
#media-controls-JR-After span.player-extra-element,
#media-controls-JR-After span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-After span.time,
	#media-controls-JR-After span.player-extra-element,
	#media-controls-JR-After span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-After .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-After .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-After .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-After .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-After .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-After,
	#PlayerWrapper-JR-After .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12858_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12858_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12833_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12835_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12835_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Surrender {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Surrender *,
#PlayerWrapper-JR-Surrender *:before,
#PlayerWrapper-JR-Surrender *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Surrender {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Surrender {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Surrender #media-JR-Surrender {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Surrender .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Surrender .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Surrender .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Surrender .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Surrender .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Surrender .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Surrender .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Surrender .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Surrender {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Surrender {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Surrender {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Surrender button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Surrender span.media-button,
#media-controls-JR-Surrender span.time,
#media-controls-JR-Surrender span.player-extra-element,
#media-controls-JR-Surrender span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Surrender span.media-button.left-aligned,
#media-controls-JR-Surrender span.time.left-aligned,
#media-controls-JR-Surrender span.player-extra-element.left-aligned,
#media-controls-JR-Surrender span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Surrender span.media-button.right-aligned,
#media-controls-JR-Surrender span.time.right-aligned,
#media-controls-JR-Surrender span.player-extra-element.right-aligned,
#media-controls-JR-Surrender span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Surrender span.media-button a,
#media-controls-JR-Surrender span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Surrender span.media-button a,
	#media-controls-JR-Surrender span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Surrender span.media-button a:hover,
#media-controls-JR-Surrender span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Surrender [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Surrender [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Surrender span.time,
#media-controls-JR-Surrender span.player-extra-element,
#media-controls-JR-Surrender span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Surrender span.time,
	#media-controls-JR-Surrender span.player-extra-element,
	#media-controls-JR-Surrender span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Surrender .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Surrender .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Surrender .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Surrender .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Surrender .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Surrender,
	#PlayerWrapper-JR-Surrender .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12837_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12837_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12812_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12814_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12814_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Trouble {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Trouble *,
#PlayerWrapper-JR-Trouble *:before,
#PlayerWrapper-JR-Trouble *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Trouble {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Trouble {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Trouble #media-JR-Trouble {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Trouble .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Trouble .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Trouble .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Trouble .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Trouble .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Trouble .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Trouble .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Trouble .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Trouble {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Trouble {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Trouble {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Trouble button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Trouble span.media-button,
#media-controls-JR-Trouble span.time,
#media-controls-JR-Trouble span.player-extra-element,
#media-controls-JR-Trouble span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Trouble span.media-button.left-aligned,
#media-controls-JR-Trouble span.time.left-aligned,
#media-controls-JR-Trouble span.player-extra-element.left-aligned,
#media-controls-JR-Trouble span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Trouble span.media-button.right-aligned,
#media-controls-JR-Trouble span.time.right-aligned,
#media-controls-JR-Trouble span.player-extra-element.right-aligned,
#media-controls-JR-Trouble span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Trouble span.media-button a,
#media-controls-JR-Trouble span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Trouble span.media-button a,
	#media-controls-JR-Trouble span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Trouble span.media-button a:hover,
#media-controls-JR-Trouble span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Trouble [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Trouble [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Trouble span.time,
#media-controls-JR-Trouble span.player-extra-element,
#media-controls-JR-Trouble span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Trouble span.time,
	#media-controls-JR-Trouble span.player-extra-element,
	#media-controls-JR-Trouble span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Trouble .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Trouble .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Trouble .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Trouble .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Trouble .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Trouble,
	#PlayerWrapper-JR-Trouble .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12816_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12816_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12791_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12793_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12793_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-More {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-More *,
#PlayerWrapper-JR-More *:before,
#PlayerWrapper-JR-More *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-More {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-More {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-More #media-JR-More {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-More .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-More .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-More .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-More .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-More .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-More .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-More .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-More .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-More {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-More {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-More {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-More button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-More span.media-button,
#media-controls-JR-More span.time,
#media-controls-JR-More span.player-extra-element,
#media-controls-JR-More span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-More span.media-button.left-aligned,
#media-controls-JR-More span.time.left-aligned,
#media-controls-JR-More span.player-extra-element.left-aligned,
#media-controls-JR-More span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-More span.media-button.right-aligned,
#media-controls-JR-More span.time.right-aligned,
#media-controls-JR-More span.player-extra-element.right-aligned,
#media-controls-JR-More span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-More span.media-button a,
#media-controls-JR-More span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-More span.media-button a,
	#media-controls-JR-More span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-More span.media-button a:hover,
#media-controls-JR-More span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-More [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-More [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-More span.time,
#media-controls-JR-More span.player-extra-element,
#media-controls-JR-More span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-More span.time,
	#media-controls-JR-More span.player-extra-element,
	#media-controls-JR-More span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-More .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-More .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-More .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-More .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-More .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-More,
	#PlayerWrapper-JR-More .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12795_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12795_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_1749_page3 {
	margin:  2px;
	padding:  5px;
}

#stacks_out_1751_page3 {
	width: 14%;
	margin-left:0;
}

#stacks_in_1751_page3 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_12917_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12919_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12919_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Bad {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Bad *,
#PlayerWrapper-JR-Bad *:before,
#PlayerWrapper-JR-Bad *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Bad {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Bad {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Bad #media-JR-Bad {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Bad .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Bad .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Bad .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Bad .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Bad .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Bad .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Bad .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Bad .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Bad {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Bad {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Bad {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Bad button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Bad span.media-button,
#media-controls-JR-Bad span.time,
#media-controls-JR-Bad span.player-extra-element,
#media-controls-JR-Bad span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Bad span.media-button.left-aligned,
#media-controls-JR-Bad span.time.left-aligned,
#media-controls-JR-Bad span.player-extra-element.left-aligned,
#media-controls-JR-Bad span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Bad span.media-button.right-aligned,
#media-controls-JR-Bad span.time.right-aligned,
#media-controls-JR-Bad span.player-extra-element.right-aligned,
#media-controls-JR-Bad span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Bad span.media-button a,
#media-controls-JR-Bad span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Bad span.media-button a,
	#media-controls-JR-Bad span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Bad span.media-button a:hover,
#media-controls-JR-Bad span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Bad [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Bad [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Bad span.time,
#media-controls-JR-Bad span.player-extra-element,
#media-controls-JR-Bad span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Bad span.time,
	#media-controls-JR-Bad span.player-extra-element,
	#media-controls-JR-Bad span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Bad .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Bad .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Bad .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Bad .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Bad .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Bad,
	#PlayerWrapper-JR-Bad .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12921_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12921_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_13085_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_13087_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13087_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-LonelyAlbum {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-LonelyAlbum *,
#PlayerWrapper-JR-LonelyAlbum *:before,
#PlayerWrapper-JR-LonelyAlbum *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-LonelyAlbum {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-LonelyAlbum {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-LonelyAlbum #media-JR-LonelyAlbum {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-LonelyAlbum .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-LonelyAlbum .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-LonelyAlbum .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-LonelyAlbum .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-LonelyAlbum .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-LonelyAlbum .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-LonelyAlbum .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-LonelyAlbum .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-LonelyAlbum {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-LonelyAlbum {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-LonelyAlbum {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-LonelyAlbum button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-LonelyAlbum span.media-button,
#media-controls-JR-LonelyAlbum span.time,
#media-controls-JR-LonelyAlbum span.player-extra-element,
#media-controls-JR-LonelyAlbum span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-LonelyAlbum span.media-button.left-aligned,
#media-controls-JR-LonelyAlbum span.time.left-aligned,
#media-controls-JR-LonelyAlbum span.player-extra-element.left-aligned,
#media-controls-JR-LonelyAlbum span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-LonelyAlbum span.media-button.right-aligned,
#media-controls-JR-LonelyAlbum span.time.right-aligned,
#media-controls-JR-LonelyAlbum span.player-extra-element.right-aligned,
#media-controls-JR-LonelyAlbum span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-LonelyAlbum span.media-button a,
#media-controls-JR-LonelyAlbum span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-LonelyAlbum span.media-button a,
	#media-controls-JR-LonelyAlbum span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-LonelyAlbum span.media-button a:hover,
#media-controls-JR-LonelyAlbum span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-LonelyAlbum [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-LonelyAlbum [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-LonelyAlbum span.time,
#media-controls-JR-LonelyAlbum span.player-extra-element,
#media-controls-JR-LonelyAlbum span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-LonelyAlbum span.time,
	#media-controls-JR-LonelyAlbum span.player-extra-element,
	#media-controls-JR-LonelyAlbum span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-LonelyAlbum .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-LonelyAlbum .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-LonelyAlbum .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-LonelyAlbum .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-LonelyAlbum .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-LonelyAlbum,
	#PlayerWrapper-JR-LonelyAlbum .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_13089_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13089_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_13064_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_13066_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13066_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Look {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Look *,
#PlayerWrapper-JR-Look *:before,
#PlayerWrapper-JR-Look *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Look {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Look {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Look #media-JR-Look {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Look .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Look .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Look .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Look .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Look .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Look .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Look .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Look .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Look {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Look {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Look {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Look button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Look span.media-button,
#media-controls-JR-Look span.time,
#media-controls-JR-Look span.player-extra-element,
#media-controls-JR-Look span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Look span.media-button.left-aligned,
#media-controls-JR-Look span.time.left-aligned,
#media-controls-JR-Look span.player-extra-element.left-aligned,
#media-controls-JR-Look span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Look span.media-button.right-aligned,
#media-controls-JR-Look span.time.right-aligned,
#media-controls-JR-Look span.player-extra-element.right-aligned,
#media-controls-JR-Look span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Look span.media-button a,
#media-controls-JR-Look span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Look span.media-button a,
	#media-controls-JR-Look span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Look span.media-button a:hover,
#media-controls-JR-Look span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Look [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Look [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Look span.time,
#media-controls-JR-Look span.player-extra-element,
#media-controls-JR-Look span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Look span.time,
	#media-controls-JR-Look span.player-extra-element,
	#media-controls-JR-Look span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Look .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Look .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Look .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Look .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Look .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Look,
	#PlayerWrapper-JR-Look .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_13068_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13068_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_13043_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_13045_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13045_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-NotOnlyOne {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-NotOnlyOne *,
#PlayerWrapper-JR-NotOnlyOne *:before,
#PlayerWrapper-JR-NotOnlyOne *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-NotOnlyOne {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-NotOnlyOne {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-NotOnlyOne #media-JR-NotOnlyOne {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-NotOnlyOne .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-NotOnlyOne .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-NotOnlyOne .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-NotOnlyOne .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-NotOnlyOne .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-NotOnlyOne .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-NotOnlyOne .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-NotOnlyOne .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-NotOnlyOne {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-NotOnlyOne {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-NotOnlyOne {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-NotOnlyOne button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-NotOnlyOne span.media-button,
#media-controls-JR-NotOnlyOne span.time,
#media-controls-JR-NotOnlyOne span.player-extra-element,
#media-controls-JR-NotOnlyOne span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-NotOnlyOne span.media-button.left-aligned,
#media-controls-JR-NotOnlyOne span.time.left-aligned,
#media-controls-JR-NotOnlyOne span.player-extra-element.left-aligned,
#media-controls-JR-NotOnlyOne span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-NotOnlyOne span.media-button.right-aligned,
#media-controls-JR-NotOnlyOne span.time.right-aligned,
#media-controls-JR-NotOnlyOne span.player-extra-element.right-aligned,
#media-controls-JR-NotOnlyOne span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-NotOnlyOne span.media-button a,
#media-controls-JR-NotOnlyOne span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-NotOnlyOne span.media-button a,
	#media-controls-JR-NotOnlyOne span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-NotOnlyOne span.media-button a:hover,
#media-controls-JR-NotOnlyOne span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-NotOnlyOne [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-NotOnlyOne [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-NotOnlyOne span.time,
#media-controls-JR-NotOnlyOne span.player-extra-element,
#media-controls-JR-NotOnlyOne span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-NotOnlyOne span.time,
	#media-controls-JR-NotOnlyOne span.player-extra-element,
	#media-controls-JR-NotOnlyOne span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-NotOnlyOne .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-NotOnlyOne .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-NotOnlyOne .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-NotOnlyOne .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-NotOnlyOne .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-NotOnlyOne,
	#PlayerWrapper-JR-NotOnlyOne .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_13047_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13047_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_13022_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_13024_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13024_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Outside {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Outside *,
#PlayerWrapper-JR-Outside *:before,
#PlayerWrapper-JR-Outside *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Outside {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Outside {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Outside #media-JR-Outside {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Outside .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Outside .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Outside .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Outside .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Outside .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Outside .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Outside .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Outside .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Outside {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Outside {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Outside {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Outside button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Outside span.media-button,
#media-controls-JR-Outside span.time,
#media-controls-JR-Outside span.player-extra-element,
#media-controls-JR-Outside span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Outside span.media-button.left-aligned,
#media-controls-JR-Outside span.time.left-aligned,
#media-controls-JR-Outside span.player-extra-element.left-aligned,
#media-controls-JR-Outside span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Outside span.media-button.right-aligned,
#media-controls-JR-Outside span.time.right-aligned,
#media-controls-JR-Outside span.player-extra-element.right-aligned,
#media-controls-JR-Outside span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Outside span.media-button a,
#media-controls-JR-Outside span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Outside span.media-button a,
	#media-controls-JR-Outside span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Outside span.media-button a:hover,
#media-controls-JR-Outside span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Outside [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Outside [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Outside span.time,
#media-controls-JR-Outside span.player-extra-element,
#media-controls-JR-Outside span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Outside span.time,
	#media-controls-JR-Outside span.player-extra-element,
	#media-controls-JR-Outside span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Outside .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Outside .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Outside .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Outside .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Outside .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Outside,
	#PlayerWrapper-JR-Outside .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_13026_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13026_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_13001_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_13003_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13003_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Palez {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Palez *,
#PlayerWrapper-JR-Palez *:before,
#PlayerWrapper-JR-Palez *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Palez {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Palez {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Palez #media-JR-Palez {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Palez .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Palez .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Palez .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Palez .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Palez .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Palez .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Palez .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Palez .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Palez {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Palez {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Palez {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Palez button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Palez span.media-button,
#media-controls-JR-Palez span.time,
#media-controls-JR-Palez span.player-extra-element,
#media-controls-JR-Palez span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Palez span.media-button.left-aligned,
#media-controls-JR-Palez span.time.left-aligned,
#media-controls-JR-Palez span.player-extra-element.left-aligned,
#media-controls-JR-Palez span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Palez span.media-button.right-aligned,
#media-controls-JR-Palez span.time.right-aligned,
#media-controls-JR-Palez span.player-extra-element.right-aligned,
#media-controls-JR-Palez span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Palez span.media-button a,
#media-controls-JR-Palez span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Palez span.media-button a,
	#media-controls-JR-Palez span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Palez span.media-button a:hover,
#media-controls-JR-Palez span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Palez [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Palez [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Palez span.time,
#media-controls-JR-Palez span.player-extra-element,
#media-controls-JR-Palez span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Palez span.time,
	#media-controls-JR-Palez span.player-extra-element,
	#media-controls-JR-Palez span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Palez .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Palez .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Palez .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Palez .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Palez .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Palez,
	#PlayerWrapper-JR-Palez .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_13005_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13005_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12980_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12982_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12982_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-LetItRoll {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-LetItRoll *,
#PlayerWrapper-JR-LetItRoll *:before,
#PlayerWrapper-JR-LetItRoll *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-LetItRoll {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-LetItRoll {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-LetItRoll #media-JR-LetItRoll {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-LetItRoll .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-LetItRoll .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-LetItRoll .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-LetItRoll .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-LetItRoll .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-LetItRoll .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-LetItRoll .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-LetItRoll .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-LetItRoll {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-LetItRoll {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-LetItRoll {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-LetItRoll button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-LetItRoll span.media-button,
#media-controls-JR-LetItRoll span.time,
#media-controls-JR-LetItRoll span.player-extra-element,
#media-controls-JR-LetItRoll span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-LetItRoll span.media-button.left-aligned,
#media-controls-JR-LetItRoll span.time.left-aligned,
#media-controls-JR-LetItRoll span.player-extra-element.left-aligned,
#media-controls-JR-LetItRoll span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-LetItRoll span.media-button.right-aligned,
#media-controls-JR-LetItRoll span.time.right-aligned,
#media-controls-JR-LetItRoll span.player-extra-element.right-aligned,
#media-controls-JR-LetItRoll span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-LetItRoll span.media-button a,
#media-controls-JR-LetItRoll span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-LetItRoll span.media-button a,
	#media-controls-JR-LetItRoll span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-LetItRoll span.media-button a:hover,
#media-controls-JR-LetItRoll span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-LetItRoll [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-LetItRoll [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-LetItRoll span.time,
#media-controls-JR-LetItRoll span.player-extra-element,
#media-controls-JR-LetItRoll span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-LetItRoll span.time,
	#media-controls-JR-LetItRoll span.player-extra-element,
	#media-controls-JR-LetItRoll span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-LetItRoll .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-LetItRoll .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-LetItRoll .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-LetItRoll .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-LetItRoll .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-LetItRoll,
	#PlayerWrapper-JR-LetItRoll .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12984_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12984_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12959_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12961_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12961_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-TakeMe {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-TakeMe *,
#PlayerWrapper-JR-TakeMe *:before,
#PlayerWrapper-JR-TakeMe *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-TakeMe {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-TakeMe {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-TakeMe #media-JR-TakeMe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-TakeMe .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-TakeMe .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-TakeMe .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-TakeMe .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-TakeMe .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-TakeMe .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-TakeMe .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-TakeMe .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-TakeMe {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-TakeMe {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-TakeMe {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-TakeMe button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-TakeMe span.media-button,
#media-controls-JR-TakeMe span.time,
#media-controls-JR-TakeMe span.player-extra-element,
#media-controls-JR-TakeMe span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-TakeMe span.media-button.left-aligned,
#media-controls-JR-TakeMe span.time.left-aligned,
#media-controls-JR-TakeMe span.player-extra-element.left-aligned,
#media-controls-JR-TakeMe span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-TakeMe span.media-button.right-aligned,
#media-controls-JR-TakeMe span.time.right-aligned,
#media-controls-JR-TakeMe span.player-extra-element.right-aligned,
#media-controls-JR-TakeMe span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-TakeMe span.media-button a,
#media-controls-JR-TakeMe span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-TakeMe span.media-button a,
	#media-controls-JR-TakeMe span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-TakeMe span.media-button a:hover,
#media-controls-JR-TakeMe span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-TakeMe [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-TakeMe [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-TakeMe span.time,
#media-controls-JR-TakeMe span.player-extra-element,
#media-controls-JR-TakeMe span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-TakeMe span.time,
	#media-controls-JR-TakeMe span.player-extra-element,
	#media-controls-JR-TakeMe span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-TakeMe .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-TakeMe .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-TakeMe .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-TakeMe .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-TakeMe .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-TakeMe,
	#PlayerWrapper-JR-TakeMe .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12963_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12963_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_12938_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_12940_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12940_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Skies {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Skies *,
#PlayerWrapper-JR-Skies *:before,
#PlayerWrapper-JR-Skies *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Skies {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Skies {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Skies #media-JR-Skies {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Skies .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Skies .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Skies .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Skies .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Skies .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Skies .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Skies .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Skies .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Skies {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Skies {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Skies {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Skies button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Skies span.media-button,
#media-controls-JR-Skies span.time,
#media-controls-JR-Skies span.player-extra-element,
#media-controls-JR-Skies span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Skies span.media-button.left-aligned,
#media-controls-JR-Skies span.time.left-aligned,
#media-controls-JR-Skies span.player-extra-element.left-aligned,
#media-controls-JR-Skies span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Skies span.media-button.right-aligned,
#media-controls-JR-Skies span.time.right-aligned,
#media-controls-JR-Skies span.player-extra-element.right-aligned,
#media-controls-JR-Skies span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Skies span.media-button a,
#media-controls-JR-Skies span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Skies span.media-button a,
	#media-controls-JR-Skies span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Skies span.media-button a:hover,
#media-controls-JR-Skies span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Skies [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Skies [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Skies span.time,
#media-controls-JR-Skies span.player-extra-element,
#media-controls-JR-Skies span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Skies span.time,
	#media-controls-JR-Skies span.player-extra-element,
	#media-controls-JR-Skies span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Skies .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Skies .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Skies .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Skies .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Skies .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Skies,
	#PlayerWrapper-JR-Skies .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_12942_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_12942_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_1770_page3 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_13106_page3 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_13108_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13108_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}
#PlayerWrapper-JR-Tales {
	display: block;
	position: relative;
	
	
}

#PlayerWrapper-JR-Tales *,
#PlayerWrapper-JR-Tales *:before,
#PlayerWrapper-JR-Tales *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#MediaFrame-JR-Tales {
	position: relative;
	width: 100%;
	height: 0;
	background: #000000;
}








#MediaFrame-JR-Tales {
	padding-bottom: 0.00%;
}


#PlayerWrapper-JR-Tales #media-JR-Tales {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* @group Splash Play Button */

#PlayerWrapper-JR-Tales .splash-button {
	position: absolute;
	top: 40%;
	left: 40%;
	display: block;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	padding: 20px;
	border: 3px solid #4C4C4C;
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#PlayerWrapper-JR-Tales .splash-button:hover {
	border: 3px solid #000000;
}

#PlayerWrapper-JR-Tales .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	opacity: 0.0;
	background: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Tales .splash-button:hover .splash-fill {
	opacity: 0.0;
	background: #FFFFFF;
}

#PlayerWrapper-JR-Tales .splash-button-inner {
	display: inline;
	z-index: 25;
	color: #4C4C4C;
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Tales .splash-button:hover .splash-button-inner {
	color: #000000;
}

#PlayerWrapper-JR-Tales .splash-button-inner [class^="fa fa-"] {
	color: #4C4C4C;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#PlayerWrapper-JR-Tales .splash-button-inner:hover [class^="fa fa-"] {
	color: #000000;
}

/* @end */

/* @group Control Bar */
#media-controls-wrapper-JR-Tales {
	position: relative;
	z-index: 4;
	width: 100%;
}

#media-controls-innerwrap-JR-Tales {
	/* margin: px; */
	

	margin-left: 0%;
	margin-right: 0%;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
}

#button-grid-JR-Tales {
	margin: 0;
	padding: 0;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	color: #ffffff;
	list-style: none;
	overflow: auto;
	height: auto;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	opacity: 0.99;
	
	/* Gradient background */
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}





#media-controls-JR-Tales button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Buttons, titles and time */
#media-controls-JR-Tales span.media-button,
#media-controls-JR-Tales span.time,
#media-controls-JR-Tales span.player-extra-element,
#media-controls-JR-Tales span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: 40px;
	width: 7.00%;
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#media-controls-JR-Tales span.media-button.left-aligned,
#media-controls-JR-Tales span.time.left-aligned,
#media-controls-JR-Tales span.player-extra-element.left-aligned,
#media-controls-JR-Tales span.duration.left-aligned {
	text-align: left;
}

#media-controls-JR-Tales span.media-button.right-aligned,
#media-controls-JR-Tales span.time.right-aligned,
#media-controls-JR-Tales span.player-extra-element.right-aligned,
#media-controls-JR-Tales span.duration.right-aligned {
	text-align: right;
}

/* Buttons */
#media-controls-JR-Tales span.media-button a,
#media-controls-JR-Tales span.media-button button {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Tales span.media-button a,
	#media-controls-JR-Tales span.media-button button {
		font-size: 18px;	
	}
}

#media-controls-JR-Tales span.media-button a:hover,
#media-controls-JR-Tales span.media-button button:hover {
	color: #CDCDCD;
	text-decoration: none;
}

/* Icons */
#media-controls-JR-Tales [class^="fa fa-"] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: #FFFFFF;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#media-controls-JR-Tales [class^="fa fa-"]:hover {
	color: #CDCDCD;
}

/* Time and titles */
#media-controls-JR-Tales span.time,
#media-controls-JR-Tales span.player-extra-element,
#media-controls-JR-Tales span.duration {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	width: 8.00%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

@media screen and (max-width: 586px) {
	#media-controls-JR-Tales span.time,
	#media-controls-JR-Tales span.player-extra-element,
	#media-controls-JR-Tales span.duration {
		font-size: 11px;	
	}
}

/* @end */

/* @group Captions */



/* @end */

/* @group Scrubber Bar */

#media-controls-JR-Tales .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	display: block;
	float: left;
	width: 28.00%;
}





#media-controls-JR-Tales .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 14px;
	background: #4C4C4C;
	outline: none; /* no focus outline */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#media-controls-JR-Tales .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF6666));
	background-image: -webkit-linear-gradient(top, #FF0000 0, #FF6666 100%);
	background-image: linear-gradient(to bottom, #FF0000 0, #FF6666 100%);
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Responsive Behaviour */

@media screen and (max-width: 586px) {
	.mobile-hide,
	.mobilehide,
	.mobile-none,
	.mobilenone,
	.no-mobile,
	.nomobile {
		display: none !important;
	}
}

/* @end */

/* @group Helper Classes */

/* Helper class to hide buttons on touch devices */
#media-controls-JR-Tales .playertouchdevice {
	display: none;
}

@media screen and (max-width: 568px) {
	#media-controls-JR-Tales .player-no-mobile {
		display: none !important;
	}
	
	.player-mobile-left {
		text-align: left !important;
	}
	
	.player-mobile-center {
		text-align: center !important;
	}
	
	.player-mobile-right {
		text-align: right !important;
	}
}

@media screen and (max-width: 768px) {
	.player-no-tablet {
		display: none !important;
	}
	
	.player-tablet-left {
		text-align: left !important;
	}
	
	.player-tablet-center {
		text-align: center !important;
	}
	
	.player-tablet-right {
		text-align: right !important;
	}
}

/* @end */

/* @group Printer styles */

@media print {
	#media-controls-wrapper-JR-Tales,
	#PlayerWrapper-JR-Tales .splash-button {
		display: none;
	}
}

/* @end */

/* @group Untitled Group */



/* @end */



#stacks_out_13110_page3 {
	width: 650px;
	margin-left:0;
}

#stacks_in_13110_page3 {
	background-color: rgba(128, 128, 128, 1.00);
}

#stacks_in_1774_page3 {
	margin:  20px;
	padding:  20px;
}
