/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code *//* Start Button Press stack CSS code */#stacks_in_36516{	text-align: center !important;}.stacks_in_36516dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_36516dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:;		}/* End Button Press stack CSS code */#stacks_in_50636 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50636 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_50541 {
	margin: 30px 0px 0px 0px;
}


#stacks_in_50544 h2,#stacks_in_50544 h2 a,#stacks_in_50544 p,#stacks_in_50544 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50544 p a:hover, #stacks_in_50544 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50545 {
	font-size: 179%;
}


#stacks_in_50546 h5,#stacks_in_50546 h5 a,#stacks_in_50546 p,#stacks_in_50546 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50546 p a:hover, #stacks_in_50546 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50546 {
	margin: 10px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50550 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50550 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50550 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50550 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50550 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_50550 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50550 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50550 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50550 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50550outerwrapper{	max-width: 960px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50550owl-stack{	height:0px;}#stacks_in_50550owl-stack .stacks_in_50550item img{display: block;width: 100%;height: auto;}#stacks_in_50550imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50550 {
	width: 750px;
}
/* Start Button Press stack CSS code */#stacks_in_50574{	text-align: center !important;}.stacks_in_50574dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50574dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_in_50574 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_50574 {
	width: 260px;
}
#stacks_in_50651 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50651 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_50409 h2,#stacks_in_50409 h2 a,#stacks_in_50409 p,#stacks_in_50409 p a{
	color:rgba(158, 0, 198, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50409 p a:hover, #stacks_in_50409 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50410 {
	font-size: 179%;
}


#stacks_in_50411 h5,#stacks_in_50411 h5 a,#stacks_in_50411 p,#stacks_in_50411 p a{
	color:rgba(191, 73, 229, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50411 p a:hover, #stacks_in_50411 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50411 {
	margin: 20px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50415 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50415 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50415 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50415 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50415 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_50415 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50415 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50415 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50415 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50415outerwrapper{	max-width: 760px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50415owl-stack{	height:0px;}#stacks_in_50415owl-stack .stacks_in_50415item img{display: block;width: 100%;height: auto;}#stacks_in_50415imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50415 {
	width: 750px;
}
/* Start Button Press stack CSS code */#stacks_in_50461{	text-align: center !important;}.stacks_in_50461dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #7AFA9E;	-webkit-box-shadow:inset 0px 1px 0px 0px #7AFA9E;	box-shadow:inset 0px 1px 0px 0px #7AFA9E;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #34B458), color-stop(1, #16963A) );	background:-moz-linear-gradient( center top, #34B458 5%, #16963A 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#34B458', endColorstr='#16963A');	background-color:#2AAA4E;	text-shadow:none;		text-shadow:1px -1px 0px #028226;			border:1px solid #0C8C30;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50461dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #028226;		-webkit-box-shadow:inset 0px 1px 0px 0px #028226;		box-shadow:inset 0px 1px 0px 0px #028226;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #16963A), color-stop(1, #34B458) );		background:-moz-linear-gradient( center top, #16963A 5%, #34B458 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#16963A', endColorstr='#34B458');		background-color:#2AAA4E;					color:#FFFFFF;		}/* End Button Press stack CSS code */
#stacks_in_50461 {
	margin: 20px 0px 30px 0px;
}
/* Start Button Press stack CSS code */#stacks_in_50504{	text-align: center !important;}.stacks_in_50504dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #46FF5B;	-webkit-box-shadow:inset 0px 1px 0px 0px #46FF5B;	box-shadow:inset 0px 1px 0px 0px #46FF5B;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00C815), color-stop(1, #00AA00) );	background:-moz-linear-gradient( center top, #00C815 5%, #00AA00 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C815', endColorstr='#00AA00');	background-color:#00BE0B;	text-shadow:none;			border:1px solid #00A000;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50504dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #009600;		-webkit-box-shadow:inset 0px 1px 0px 0px #009600;		box-shadow:inset 0px 1px 0px 0px #009600;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00AA00), color-stop(1, #00C815) );		background:-moz-linear-gradient( center top, #00AA00 5%, #00C815 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AA00', endColorstr='#00C815');		background-color:#00BE0B;					color:;		}/* End Button Press stack CSS code */
#stacks_in_50504 {
	margin: 30px 0px 0px 0px;
}

#stacks_out_50504 {
	width: 620px;
}

#accstacks_in_50505 h3 {
	margin: 0;
	padding:0;
	cursor: pointer;
}
#stacks_out_50505 {
	width: 950px;
}


#stacks_in_50506 h4,#stacks_in_50506 h4 a,#stacks_in_50506 p,#stacks_in_50506 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50506 p a:hover, #stacks_in_50506 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50506 {
	background-color: rgba(237, 255, 236, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_50506 {
	width: 620px;
}
#jPlayerstacks_in_50509 div.jp-single-player,
#jPlayerstacks_in_50509 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #480248;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50509 div.jp-interface {
	position: relative;
	background-color: #D7FFC4;
	width:260px;
	height:30px;
	border:1px solid #B7B6B8;
}

#jPlayerstacks_in_50509  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50509 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50509 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50509 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50509 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50509 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50509 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #B7B6B8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50509 a.jp-play,
#jPlayerstacks_in_50509 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50509 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50509 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50509 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50509 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50509 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50509 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50509 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50509 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50509 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50509 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50509 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50509 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50509 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50509 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50509 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50509 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50509 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #B7B6B8;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50509 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50509 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50509 div.jp-play-bar {
	background-color: #480248 ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50509 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50509 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50509 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50509 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50509 a.jp-volume-max, #jPlayerstacks_in_50509 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50509 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50509 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50509 a.jp-volume-max:hover, #jPlayerstacks_in_50509 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50509 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50509 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50509 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50509 div.jp-current-time,
#jPlayerstacks_in_50509 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50509 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50509 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50509 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50509 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50509 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#D7FFC4;
	border:1px solid #B7B6B8;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50509 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #B7B6B8;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist a {
	color: #480248;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist a:hover {
	color:#0AA600;
	background-color: transparent;
}
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0AA600;
}

#jPlayerstacks_in_50509 #current_track {
	display: none;
}

#jPlayerstacks_in_50509 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50509 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50509.simple a.jp-previous, #jPlayerstacks_in_50509.simple a.jp-next, #jPlayerstacks_in_50509.simple a.jp-stop, #jPlayerstacks_in_50509.simple div.jp-progress, #jPlayerstacks_in_50509.simple div.jp-current-time, #jPlayerstacks_in_50509.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50509.simple a.jp-play, #jPlayerstacks_in_50509.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50509.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50509.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50509.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50509.simple div.jp-single-player,
#jPlayerstacks_in_50509.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50509.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50509.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50509.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50509.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50509.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50509.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50509.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50509.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50509.simpleplus a.jp-previous, #jPlayerstacks_in_50509.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50509.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50509.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50509.simpleplus a.jp-play, #jPlayerstacks_in_50509.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50509.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50509.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50509.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50509.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50509.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50509.simpleplus div.jp-play-bar {
	background-color: #B7B6B8;
	height: 22px;
	}

#jPlayerstacks_in_50509.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50509.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #B7B6B8;
	border-radius: 20px;
}

#jPlayerstacks_in_50509.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50509.simpleplus div.jp-single-player,
#jPlayerstacks_in_50509.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50509.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50509.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50509.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50509.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50509.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50509.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50509.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50509.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50509.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50509.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50509.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50509.customicon a.jp-volume-max, #jPlayerstacks_in_50509.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50509.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50509.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50509.playpause a.jp-previous, #jPlayerstacks_in_50509.playpause a.jp-next, #jPlayerstacks_in_50509.playpause a.jp-stop, #jPlayerstacks_in_50509.playpause div.jp-progress, #jPlayerstacks_in_50509.playpause div.jp-current-time, #jPlayerstacks_in_50509.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50509.playpause a.jp-play, #jPlayerstacks_in_50509.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50509.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50509.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50509.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50509.playpause div.jp-single-player,
#jPlayerstacks_in_50509.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50509.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50509.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50509.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50509 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50509.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50509.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50509.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50509.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50509.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_out_50509 {
	width: 520px;
}


#stacks_in_50512 h4,#stacks_in_50512 h4 a,#stacks_in_50512 p,#stacks_in_50512 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	
		text-shadow: 0.05em 0.05em 0.1em rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50512 p a:hover, #stacks_in_50512 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50512 {
	background-color: rgba(237, 255, 236, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_50512 {
	width: 620px;
}


#stacks_in_50514 h4,#stacks_in_50514 h4 a,#stacks_in_50514 p,#stacks_in_50514 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	
		text-shadow: 0.05em 0.05em 0.1em rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50514 p a:hover, #stacks_in_50514 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50514 {
	background-color: rgba(237, 255, 236, 1.00);
}

#stacks_out_50514 {
	width: 620px;
}
#jPlayerstacks_in_50517 div.jp-single-player,
#jPlayerstacks_in_50517 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #480248;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50517 div.jp-interface {
	position: relative;
	background-color: #D7FFC4;
	width:260px;
	height:30px;
	border:1px solid #B7B6B8;
}

#jPlayerstacks_in_50517  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50517 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50517 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50517 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50517 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50517 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50517 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #B7B6B8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50517 a.jp-play,
#jPlayerstacks_in_50517 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50517 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50517 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50517 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50517 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50517 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50517 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50517 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50517 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50517 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50517 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50517 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50517 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50517 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50517 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50517 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50517 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50517 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #B7B6B8;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50517 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50517 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50517 div.jp-play-bar {
	background-color: #480248 ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50517 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50517 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50517 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50517 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50517 a.jp-volume-max, #jPlayerstacks_in_50517 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50517 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50517 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50517 a.jp-volume-max:hover, #jPlayerstacks_in_50517 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50517 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50517 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50517 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50517 div.jp-current-time,
#jPlayerstacks_in_50517 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50517 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50517 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50517 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50517 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50517 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#D7FFC4;
	border:1px solid #B7B6B8;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50517 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #B7B6B8;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist a {
	color: #480248;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist a:hover {
	color:#0AA600;
	background-color: transparent;
}
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0AA600;
}

#jPlayerstacks_in_50517 #current_track {
	display: none;
}

#jPlayerstacks_in_50517 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50517 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50517.simple a.jp-previous, #jPlayerstacks_in_50517.simple a.jp-next, #jPlayerstacks_in_50517.simple a.jp-stop, #jPlayerstacks_in_50517.simple div.jp-progress, #jPlayerstacks_in_50517.simple div.jp-current-time, #jPlayerstacks_in_50517.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50517.simple a.jp-play, #jPlayerstacks_in_50517.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50517.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50517.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50517.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50517.simple div.jp-single-player,
#jPlayerstacks_in_50517.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50517.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50517.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50517.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50517.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50517.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50517.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50517.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50517.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50517.simpleplus a.jp-previous, #jPlayerstacks_in_50517.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50517.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50517.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50517.simpleplus a.jp-play, #jPlayerstacks_in_50517.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50517.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50517.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50517.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50517.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50517.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50517.simpleplus div.jp-play-bar {
	background-color: #B7B6B8;
	height: 22px;
	}

#jPlayerstacks_in_50517.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50517.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #B7B6B8;
	border-radius: 20px;
}

#jPlayerstacks_in_50517.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50517.simpleplus div.jp-single-player,
#jPlayerstacks_in_50517.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50517.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50517.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50517.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50517.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50517.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50517.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50517.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50517.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50517.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50517.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50517.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50517.customicon a.jp-volume-max, #jPlayerstacks_in_50517.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50517.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50517.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50517.playpause a.jp-previous, #jPlayerstacks_in_50517.playpause a.jp-next, #jPlayerstacks_in_50517.playpause a.jp-stop, #jPlayerstacks_in_50517.playpause div.jp-progress, #jPlayerstacks_in_50517.playpause div.jp-current-time, #jPlayerstacks_in_50517.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50517.playpause a.jp-play, #jPlayerstacks_in_50517.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50517.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50517.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50517.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50517.playpause div.jp-single-player,
#jPlayerstacks_in_50517.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50517.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50517.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50517.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50517 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50517.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50517.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50517.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50517.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50517.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_out_50517 {
	width: 520px;
}


#stacks_in_50520 h4,#stacks_in_50520 h4 a,#stacks_in_50520 p,#stacks_in_50520 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50520 p a:hover, #stacks_in_50520 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50520 {
	background-color: rgba(237, 255, 236, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_50520 {
	width: 620px;
}
#jPlayerstacks_in_50523 div.jp-single-player,
#jPlayerstacks_in_50523 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #480248;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50523 div.jp-interface {
	position: relative;
	background-color: #D7FFC4;
	width:260px;
	height:30px;
	border:1px solid #B7B6B8;
}

#jPlayerstacks_in_50523  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50523 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50523 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50523 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50523 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50523 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50523 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #B7B6B8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50523 a.jp-play,
#jPlayerstacks_in_50523 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50523 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50523 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50523 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50523 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50523 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50523 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50523 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50523 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50523 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50523 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50523 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50523 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50523 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50523 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50523 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50523 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50523 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #B7B6B8;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50523 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50523 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50523 div.jp-play-bar {
	background-color: #480248 ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50523 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50523 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50523 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50523 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50523 a.jp-volume-max, #jPlayerstacks_in_50523 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50523 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50523 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50523 a.jp-volume-max:hover, #jPlayerstacks_in_50523 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50523 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50523 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50523 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50523 div.jp-current-time,
#jPlayerstacks_in_50523 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50523 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50523 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50523 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50523 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50523 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#D7FFC4;
	border:1px solid #B7B6B8;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50523 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #B7B6B8;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist a {
	color: #480248;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist a:hover {
	color:#0AA600;
	background-color: transparent;
}
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0AA600;
}

#jPlayerstacks_in_50523 #current_track {
	display: none;
}

#jPlayerstacks_in_50523 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50523 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50523.simple a.jp-previous, #jPlayerstacks_in_50523.simple a.jp-next, #jPlayerstacks_in_50523.simple a.jp-stop, #jPlayerstacks_in_50523.simple div.jp-progress, #jPlayerstacks_in_50523.simple div.jp-current-time, #jPlayerstacks_in_50523.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50523.simple a.jp-play, #jPlayerstacks_in_50523.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50523.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50523.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50523.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50523.simple div.jp-single-player,
#jPlayerstacks_in_50523.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50523.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50523.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50523.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50523.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50523.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50523.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50523.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50523.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50523.simpleplus a.jp-previous, #jPlayerstacks_in_50523.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50523.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50523.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50523.simpleplus a.jp-play, #jPlayerstacks_in_50523.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50523.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50523.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50523.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50523.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50523.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50523.simpleplus div.jp-play-bar {
	background-color: #B7B6B8;
	height: 22px;
	}

#jPlayerstacks_in_50523.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50523.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #B7B6B8;
	border-radius: 20px;
}

#jPlayerstacks_in_50523.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50523.simpleplus div.jp-single-player,
#jPlayerstacks_in_50523.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50523.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50523.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50523.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50523.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50523.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50523.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50523.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50523.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50523.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50523.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50523.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50523.customicon a.jp-volume-max, #jPlayerstacks_in_50523.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50523.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50523.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50523.playpause a.jp-previous, #jPlayerstacks_in_50523.playpause a.jp-next, #jPlayerstacks_in_50523.playpause a.jp-stop, #jPlayerstacks_in_50523.playpause div.jp-progress, #jPlayerstacks_in_50523.playpause div.jp-current-time, #jPlayerstacks_in_50523.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50523.playpause a.jp-play, #jPlayerstacks_in_50523.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50523.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50523.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50523.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50523.playpause div.jp-single-player,
#jPlayerstacks_in_50523.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50523.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50523.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50523.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50523 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50523.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50523.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50523.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50523.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50523.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_out_50523 {
	width: 520px;
}


#stacks_in_50526 h4,#stacks_in_50526 h4 a,#stacks_in_50526 p,#stacks_in_50526 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50526 p a:hover, #stacks_in_50526 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50526 {
	background-color: rgba(237, 255, 236, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_50526 {
	width: 620px;
}
#jPlayerstacks_in_50529 div.jp-single-player,
#jPlayerstacks_in_50529 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #480248;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50529 div.jp-interface {
	position: relative;
	background-color: #D7FFC4;
	width:260px;
	height:30px;
	border:1px solid #B7B6B8;
}

#jPlayerstacks_in_50529  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50529 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50529 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50529 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50529 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50529 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50529 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #B7B6B8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50529 a.jp-play,
#jPlayerstacks_in_50529 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50529 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50529 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50529 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50529 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50529 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50529 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50529 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50529 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50529 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50529 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50529 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50529 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50529 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50529 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50529 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50529 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50529 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #B7B6B8;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50529 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50529 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50529 div.jp-play-bar {
	background-color: #480248 ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50529 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50529 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50529 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50529 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50529 a.jp-volume-max, #jPlayerstacks_in_50529 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50529 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50529 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50529 a.jp-volume-max:hover, #jPlayerstacks_in_50529 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50529 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50529 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50529 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50529 div.jp-current-time,
#jPlayerstacks_in_50529 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50529 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50529 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50529 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50529 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50529 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#D7FFC4;
	border:1px solid #B7B6B8;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50529 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #B7B6B8;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist a {
	color: #480248;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist a:hover {
	color:#0AA600;
	background-color: transparent;
}
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0AA600;
}

#jPlayerstacks_in_50529 #current_track {
	display: none;
}

#jPlayerstacks_in_50529 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50529 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50529.simple a.jp-previous, #jPlayerstacks_in_50529.simple a.jp-next, #jPlayerstacks_in_50529.simple a.jp-stop, #jPlayerstacks_in_50529.simple div.jp-progress, #jPlayerstacks_in_50529.simple div.jp-current-time, #jPlayerstacks_in_50529.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50529.simple a.jp-play, #jPlayerstacks_in_50529.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50529.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50529.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50529.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50529.simple div.jp-single-player,
#jPlayerstacks_in_50529.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50529.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50529.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50529.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50529.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50529.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50529.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50529.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50529.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50529.simpleplus a.jp-previous, #jPlayerstacks_in_50529.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50529.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50529.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50529.simpleplus a.jp-play, #jPlayerstacks_in_50529.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50529.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50529.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50529.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50529.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50529.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50529.simpleplus div.jp-play-bar {
	background-color: #B7B6B8;
	height: 22px;
	}

#jPlayerstacks_in_50529.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50529.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #B7B6B8;
	border-radius: 20px;
}

#jPlayerstacks_in_50529.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50529.simpleplus div.jp-single-player,
#jPlayerstacks_in_50529.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50529.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50529.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50529.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50529.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50529.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50529.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50529.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50529.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50529.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50529.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50529.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50529.customicon a.jp-volume-max, #jPlayerstacks_in_50529.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50529.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50529.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50529.playpause a.jp-previous, #jPlayerstacks_in_50529.playpause a.jp-next, #jPlayerstacks_in_50529.playpause a.jp-stop, #jPlayerstacks_in_50529.playpause div.jp-progress, #jPlayerstacks_in_50529.playpause div.jp-current-time, #jPlayerstacks_in_50529.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50529.playpause a.jp-play, #jPlayerstacks_in_50529.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50529.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50529.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50529.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50529.playpause div.jp-single-player,
#jPlayerstacks_in_50529.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50529.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50529.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50529.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50529 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50529.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50529.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50529.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50529.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50529.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_out_50529 {
	width: 520px;
}


#stacks_in_50532 h4,#stacks_in_50532 h4 a,#stacks_in_50532 p,#stacks_in_50532 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50532 p a:hover, #stacks_in_50532 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50532 {
	background-color: rgba(237, 255, 236, 1.00);
	margin: 10px 0px 20px 0px;
}

#stacks_out_50532 {
	width: 620px;
}
#jPlayerstacks_in_50535 div.jp-single-player,
#jPlayerstacks_in_50535 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #480248;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50535 div.jp-interface {
	position: relative;
	background-color: #D7FFC4;
	width:260px;
	height:30px;
	border:1px solid #B7B6B8;
}

#jPlayerstacks_in_50535  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50535 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50535 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50535 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50535 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50535 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50535 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #B7B6B8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50535 a.jp-play,
#jPlayerstacks_in_50535 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50535 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50535 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50535 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50535 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50535 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50535 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50535 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50535 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50535 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50535 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50535 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50535 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50535 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50535 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50535 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50535 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50535 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #B7B6B8;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50535 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50535 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50535 div.jp-play-bar {
	background-color: #480248 ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50535 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50535 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50535 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50535 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50535 a.jp-volume-max, #jPlayerstacks_in_50535 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50535 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50535 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50535 a.jp-volume-max:hover, #jPlayerstacks_in_50535 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50535 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50535 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50535 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50535 div.jp-current-time,
#jPlayerstacks_in_50535 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50535 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50535 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50535 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50535 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50535 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#D7FFC4;
	border:1px solid #B7B6B8;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50535 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #B7B6B8;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist a {
	color: #480248;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist a:hover {
	color:#0AA600;
	background-color: transparent;
}
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0AA600;
}

#jPlayerstacks_in_50535 #current_track {
	display: none;
}

#jPlayerstacks_in_50535 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50535 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50535.simple a.jp-previous, #jPlayerstacks_in_50535.simple a.jp-next, #jPlayerstacks_in_50535.simple a.jp-stop, #jPlayerstacks_in_50535.simple div.jp-progress, #jPlayerstacks_in_50535.simple div.jp-current-time, #jPlayerstacks_in_50535.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50535.simple a.jp-play, #jPlayerstacks_in_50535.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50535.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50535.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50535.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50535.simple div.jp-single-player,
#jPlayerstacks_in_50535.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50535.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50535.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50535.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50535.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50535.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50535.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50535.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50535.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50535.simpleplus a.jp-previous, #jPlayerstacks_in_50535.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50535.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50535.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50535.simpleplus a.jp-play, #jPlayerstacks_in_50535.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50535.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50535.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50535.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50535.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50535.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50535.simpleplus div.jp-play-bar {
	background-color: #B7B6B8;
	height: 22px;
	}

#jPlayerstacks_in_50535.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50535.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #B7B6B8;
	border-radius: 20px;
}

#jPlayerstacks_in_50535.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#0AA600;
	}

#jPlayerstacks_in_50535.simpleplus div.jp-single-player,
#jPlayerstacks_in_50535.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50535.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50535.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50535.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50535.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50535.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50535.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50535.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50535.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50535.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50535.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50535.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50535.customicon a.jp-volume-max, #jPlayerstacks_in_50535.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50535.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50535.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50535.playpause a.jp-previous, #jPlayerstacks_in_50535.playpause a.jp-next, #jPlayerstacks_in_50535.playpause a.jp-stop, #jPlayerstacks_in_50535.playpause div.jp-progress, #jPlayerstacks_in_50535.playpause div.jp-current-time, #jPlayerstacks_in_50535.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50535.playpause a.jp-play, #jPlayerstacks_in_50535.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50535.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50535.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50535.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50535.playpause div.jp-single-player,
#jPlayerstacks_in_50535.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50535.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #B7B6B8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50535.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50535.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50535 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50535.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50535.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50535.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50535.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50535.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_out_50535 {
	width: 520px;
}

#stacks_in_50489 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_50492 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_50494 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_50496 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_50637 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50637 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_50065 {
	margin: 30px 0px 0px 0px;
}

	#stacks_in_50066 h2,#stacks_in_50066 h2 a,#stacks_in_50066 p,#stacks_in_50066 p a{
		font-size:56px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_50066 h2,#stacks_in_50066 h2 a,#stacks_in_50066 p,#stacks_in_50066 p a{
	color:rgba(210, 0, 17, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	font-family:Arial, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	
		text-shadow: 0.2em 0.5em 0.1em rgba(133, 211, 255, 1.00),
					-0.3em 0.1em 0.1em rgba(107, 222, 170, 1.00),
					0.4em -0.3em 0.1em rgba(247, 219, 166, 1.00);
		padding:0.5em;
	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50066 p a:hover, #stacks_in_50066 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50066 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_50067 {
	font-size: 79%;
}

#stacks_in_50068 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_50070 {
	background-color: rgba(238, 248, 255, 1.00);
	border: solid rgba(48, 190, 253, 1.00);
	border-width:  1px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
}

#stacks_out_50070 {
	width: 780px;
}


#stacks_in_50071 h3,#stacks_in_50071 h3 a,#stacks_in_50071 p,#stacks_in_50071 p a{
	color:rgba(157, 53, 171, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50071 p a:hover, #stacks_in_50071 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50071 {
	margin: 10px 0px 0px 0px;
}


#stacks_in_50073 h3,#stacks_in_50073 h3 a,#stacks_in_50073 p,#stacks_in_50073 p a{
	color:rgba(157, 53, 171, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50073 p a:hover, #stacks_in_50073 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50073 {
	margin: 10px 0px 0px 0px;
}


#stacks_in_50075 h4,#stacks_in_50075 h4 a,#stacks_in_50075 p,#stacks_in_50075 p a{
	color:rgba(157, 53, 171, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50075 p a:hover, #stacks_in_50075 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}










#stacks_in_50077 h4,#stacks_in_50077 h4 a,#stacks_in_50077 p,#stacks_in_50077 p a{
	color:rgba(157, 53, 171, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50077 p a:hover, #stacks_in_50077 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50077 {
	margin: 20px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50082 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50082 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50082 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50082 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50082 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_50082 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50082 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50082 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50082 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50082outerwrapper{	max-width: 960px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50082owl-stack{	height:0px;}#stacks_in_50082owl-stack .stacks_in_50082item img{display: block;width: 100%;height: auto;}#stacks_in_50082imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50082 {
	width: 750px;
}
#stacks_in_50124>.s3_row {
	margin: 0 -10px;
}

#stacks_in_50124>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_50124>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_50124>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_50124>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_50124>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_out_50124 {
	width: 750px;
}

#stacks_in_50125 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50127 div.jp-single-player,
#jPlayerstacks_in_50127 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50127 div.jp-interface {
	position: relative;
	background-color: #ECEEEB;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50127  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50127 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50127 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50127 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50127 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50127 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50127 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #ADB1AF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50127 a.jp-play,
#jPlayerstacks_in_50127 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50127 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50127 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50127 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50127 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50127 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50127 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50127 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50127 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50127 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50127 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50127 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50127 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #ADB1AF;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50127 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50127 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50127 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50127 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50127 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50127 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50127 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127 a.jp-volume-max, #jPlayerstacks_in_50127 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50127 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50127 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50127 a.jp-volume-max:hover, #jPlayerstacks_in_50127 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50127 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50127 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50127 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50127 div.jp-current-time,
#jPlayerstacks_in_50127 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50127 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50127 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50127 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50127 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50127 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#ECEEEB;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50127 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50127 #current_track {
	display: none;
}

#jPlayerstacks_in_50127 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50127 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50127.simple a.jp-previous, #jPlayerstacks_in_50127.simple a.jp-next, #jPlayerstacks_in_50127.simple a.jp-stop, #jPlayerstacks_in_50127.simple div.jp-progress, #jPlayerstacks_in_50127.simple div.jp-current-time, #jPlayerstacks_in_50127.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50127.simple a.jp-play, #jPlayerstacks_in_50127.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50127.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50127.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50127.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50127.simple div.jp-single-player,
#jPlayerstacks_in_50127.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50127.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50127.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50127.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50127.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50127.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50127.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50127.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50127.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50127.simpleplus a.jp-previous, #jPlayerstacks_in_50127.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50127.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50127.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50127.simpleplus a.jp-play, #jPlayerstacks_in_50127.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50127.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50127.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50127.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50127.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50127.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50127.simpleplus div.jp-play-bar {
	background-color: #ADB1AF;
	height: 22px;
	}

#jPlayerstacks_in_50127.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50127.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #ADB1AF;
	border-radius: 20px;
}

#jPlayerstacks_in_50127.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50127.simpleplus div.jp-single-player,
#jPlayerstacks_in_50127.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50127.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50127.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50127.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50127.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50127.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50127.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50127.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50127.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50127.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50127.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50127.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50127.customicon a.jp-volume-max, #jPlayerstacks_in_50127.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50127.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50127.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50127.playpause a.jp-previous, #jPlayerstacks_in_50127.playpause a.jp-next, #jPlayerstacks_in_50127.playpause a.jp-stop, #jPlayerstacks_in_50127.playpause div.jp-progress, #jPlayerstacks_in_50127.playpause div.jp-current-time, #jPlayerstacks_in_50127.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50127.playpause a.jp-play, #jPlayerstacks_in_50127.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50127.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50127.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50127.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50127.playpause div.jp-single-player,
#jPlayerstacks_in_50127.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50127.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50127.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50127.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50127 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50127.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50127.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50127.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50127.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50127.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50127 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_50130 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50132 div.jp-single-player,
#jPlayerstacks_in_50132 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50132 div.jp-interface {
	position: relative;
	background-color: #ECEEEB;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50132  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50132 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50132 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50132 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50132 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50132 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50132 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #ADB1AF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50132 a.jp-play,
#jPlayerstacks_in_50132 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50132 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50132 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50132 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50132 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50132 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50132 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50132 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50132 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50132 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50132 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50132 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50132 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #ADB1AF;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50132 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50132 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50132 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50132 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50132 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50132 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50132 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132 a.jp-volume-max, #jPlayerstacks_in_50132 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50132 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50132 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50132 a.jp-volume-max:hover, #jPlayerstacks_in_50132 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50132 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50132 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50132 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50132 div.jp-current-time,
#jPlayerstacks_in_50132 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50132 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50132 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50132 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50132 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50132 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#ECEEEB;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50132 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50132 #current_track {
	display: none;
}

#jPlayerstacks_in_50132 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50132 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50132.simple a.jp-previous, #jPlayerstacks_in_50132.simple a.jp-next, #jPlayerstacks_in_50132.simple a.jp-stop, #jPlayerstacks_in_50132.simple div.jp-progress, #jPlayerstacks_in_50132.simple div.jp-current-time, #jPlayerstacks_in_50132.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50132.simple a.jp-play, #jPlayerstacks_in_50132.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50132.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50132.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50132.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50132.simple div.jp-single-player,
#jPlayerstacks_in_50132.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50132.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50132.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50132.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50132.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50132.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50132.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50132.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50132.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50132.simpleplus a.jp-previous, #jPlayerstacks_in_50132.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50132.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50132.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50132.simpleplus a.jp-play, #jPlayerstacks_in_50132.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50132.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50132.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50132.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50132.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50132.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50132.simpleplus div.jp-play-bar {
	background-color: #ADB1AF;
	height: 22px;
	}

#jPlayerstacks_in_50132.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50132.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #ADB1AF;
	border-radius: 20px;
}

#jPlayerstacks_in_50132.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50132.simpleplus div.jp-single-player,
#jPlayerstacks_in_50132.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50132.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50132.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50132.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50132.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50132.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50132.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50132.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50132.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50132.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50132.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50132.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50132.customicon a.jp-volume-max, #jPlayerstacks_in_50132.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50132.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50132.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50132.playpause a.jp-previous, #jPlayerstacks_in_50132.playpause a.jp-next, #jPlayerstacks_in_50132.playpause a.jp-stop, #jPlayerstacks_in_50132.playpause div.jp-progress, #jPlayerstacks_in_50132.playpause div.jp-current-time, #jPlayerstacks_in_50132.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50132.playpause a.jp-play, #jPlayerstacks_in_50132.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50132.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50132.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50132.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50132.playpause div.jp-single-player,
#jPlayerstacks_in_50132.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50132.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50132.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50132.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50132 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50132.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50132.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50132.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50132.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50132.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50132 {
	margin: 10px 0px 0px 0px;
}
/* Start Button Press stack CSS code */#stacks_in_50135{	text-align: center !important;}.stacks_in_50135dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50135dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_50135 {
	width: 260px;
}
#stacks_in_50638 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50638 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_50628 h3,#stacks_in_50628 h3 a,#stacks_in_50628 p,#stacks_in_50628 p a{
	color:rgba(226, 1, 117, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50628 p a:hover, #stacks_in_50628 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50628 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_50629 {
	font-size: 179%;
}


#stacks_in_50630 h3,#stacks_in_50630 h3 a,#stacks_in_50630 p,#stacks_in_50630 p a{
	color:rgba(226, 1, 117, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50630 p a:hover, #stacks_in_50630 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50631 {
	font-size: 179%;
}

#stacks_in_50632 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_50652 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50652 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_50138 {
	margin: 30px 0px 0px 0px;
}


#stacks_in_50141 h2,#stacks_in_50141 h2 a,#stacks_in_50141 p,#stacks_in_50141 p a{
	color:rgba(248, 125, 1, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50141 p a:hover, #stacks_in_50141 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50142 {
	font-size: 179%;
}


#stacks_in_50143 h5,#stacks_in_50143 h5 a,#stacks_in_50143 p,#stacks_in_50143 p a{
	color:rgba(227, 134, 3, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50143 p a:hover, #stacks_in_50143 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50143 {
	margin: 20px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50147 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50147 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50147 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50147 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50147 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_50147 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50147 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50147 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50147 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50147outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50147owl-stack{	height:0px;}#stacks_in_50147owl-stack .stacks_in_50147item img{display: block;width: 100%;height: auto;}#stacks_in_50147imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50147 {
	width: 750px;
}
#stacks_in_50181>.s3_row {
	margin: 0 -10px;
}

#stacks_in_50181>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_50181>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_50181>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_50181>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_50181>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_out_50181 {
	width: 860px;
}
#jPlayerstacks_in_50182 div.jp-single-player,
#jPlayerstacks_in_50182 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50182 div.jp-interface {
	position: relative;
	background-color: #ECEEEB;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50182  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50182 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50182 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50182 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50182 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50182 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50182 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #ADB1AF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50182 a.jp-play,
#jPlayerstacks_in_50182 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50182 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50182 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50182 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50182 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50182 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50182 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50182 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50182 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50182 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50182 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50182 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50182 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50182 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50182 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50182 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50182 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50182 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #ADB1AF;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50182 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50182 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50182 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50182 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50182 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50182 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50182 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50182 a.jp-volume-max, #jPlayerstacks_in_50182 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50182 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50182 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50182 a.jp-volume-max:hover, #jPlayerstacks_in_50182 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50182 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50182 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50182 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50182 div.jp-current-time,
#jPlayerstacks_in_50182 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50182 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50182 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50182 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50182 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50182 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#ECEEEB;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50182 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50182 #current_track {
	display: none;
}

#jPlayerstacks_in_50182 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50182 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50182.simple a.jp-previous, #jPlayerstacks_in_50182.simple a.jp-next, #jPlayerstacks_in_50182.simple a.jp-stop, #jPlayerstacks_in_50182.simple div.jp-progress, #jPlayerstacks_in_50182.simple div.jp-current-time, #jPlayerstacks_in_50182.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50182.simple a.jp-play, #jPlayerstacks_in_50182.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50182.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50182.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50182.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50182.simple div.jp-single-player,
#jPlayerstacks_in_50182.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50182.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50182.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50182.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50182.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50182.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50182.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50182.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50182.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50182.simpleplus a.jp-previous, #jPlayerstacks_in_50182.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50182.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50182.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50182.simpleplus a.jp-play, #jPlayerstacks_in_50182.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50182.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50182.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50182.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50182.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50182.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50182.simpleplus div.jp-play-bar {
	background-color: #ADB1AF;
	height: 22px;
	}

#jPlayerstacks_in_50182.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50182.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #ADB1AF;
	border-radius: 20px;
}

#jPlayerstacks_in_50182.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50182.simpleplus div.jp-single-player,
#jPlayerstacks_in_50182.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50182.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50182.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50182.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50182.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50182.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50182.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50182.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50182.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50182.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50182.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50182.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50182.customicon a.jp-volume-max, #jPlayerstacks_in_50182.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50182.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50182.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50182.playpause a.jp-previous, #jPlayerstacks_in_50182.playpause a.jp-next, #jPlayerstacks_in_50182.playpause a.jp-stop, #jPlayerstacks_in_50182.playpause div.jp-progress, #jPlayerstacks_in_50182.playpause div.jp-current-time, #jPlayerstacks_in_50182.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50182.playpause a.jp-play, #jPlayerstacks_in_50182.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50182.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50182.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50182.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50182.playpause div.jp-single-player,
#jPlayerstacks_in_50182.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50182.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50182.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50182.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50182 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50182.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50182.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50182.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50182.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50182.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50182 {
	margin: 10px 0px 0px 0px;
}
#jPlayerstacks_in_50185 div.jp-single-player,
#jPlayerstacks_in_50185 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50185 div.jp-interface {
	position: relative;
	background-color: #ECEEEB;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50185  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50185 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50185 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50185 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50185 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50185 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50185 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #ADB1AF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50185 a.jp-play,
#jPlayerstacks_in_50185 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50185 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50185 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50185 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50185 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50185 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50185 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50185 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50185 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50185 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50185 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50185 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50185 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50185 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50185 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50185 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50185 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50185 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #ADB1AF;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50185 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50185 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50185 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50185 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50185 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50185 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50185 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50185 a.jp-volume-max, #jPlayerstacks_in_50185 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50185 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50185 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50185 a.jp-volume-max:hover, #jPlayerstacks_in_50185 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50185 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50185 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50185 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50185 div.jp-current-time,
#jPlayerstacks_in_50185 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50185 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50185 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50185 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50185 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50185 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#ECEEEB;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50185 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50185 #current_track {
	display: none;
}

#jPlayerstacks_in_50185 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50185 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50185.simple a.jp-previous, #jPlayerstacks_in_50185.simple a.jp-next, #jPlayerstacks_in_50185.simple a.jp-stop, #jPlayerstacks_in_50185.simple div.jp-progress, #jPlayerstacks_in_50185.simple div.jp-current-time, #jPlayerstacks_in_50185.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50185.simple a.jp-play, #jPlayerstacks_in_50185.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50185.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50185.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50185.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50185.simple div.jp-single-player,
#jPlayerstacks_in_50185.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50185.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50185.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50185.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50185.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50185.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50185.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50185.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50185.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50185.simpleplus a.jp-previous, #jPlayerstacks_in_50185.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50185.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50185.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50185.simpleplus a.jp-play, #jPlayerstacks_in_50185.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50185.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50185.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50185.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50185.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50185.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50185.simpleplus div.jp-play-bar {
	background-color: #ADB1AF;
	height: 22px;
	}

#jPlayerstacks_in_50185.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50185.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #ADB1AF;
	border-radius: 20px;
}

#jPlayerstacks_in_50185.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50185.simpleplus div.jp-single-player,
#jPlayerstacks_in_50185.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50185.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50185.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50185.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50185.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50185.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50185.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50185.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50185.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50185.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50185.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50185.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50185.customicon a.jp-volume-max, #jPlayerstacks_in_50185.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50185.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50185.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50185.playpause a.jp-previous, #jPlayerstacks_in_50185.playpause a.jp-next, #jPlayerstacks_in_50185.playpause a.jp-stop, #jPlayerstacks_in_50185.playpause div.jp-progress, #jPlayerstacks_in_50185.playpause div.jp-current-time, #jPlayerstacks_in_50185.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50185.playpause a.jp-play, #jPlayerstacks_in_50185.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50185.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50185.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50185.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50185.playpause div.jp-single-player,
#jPlayerstacks_in_50185.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50185.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50185.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50185.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50185 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50185.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50185.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50185.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50185.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50185.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50185 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_50188 {
	margin: 10px 0px 10px 0px;
}
/* Start Button Press stack CSS code */#stacks_in_50190{	text-align: center !important;}.stacks_in_50190dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50190dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_50190 {
	width: 260px;
}
#stacks_in_50639 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50639 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_50193 {
	margin: 30px 0px 0px 0px;
}


#stacks_in_50196 h2,#stacks_in_50196 h2 a,#stacks_in_50196 p,#stacks_in_50196 p a{
	color:rgba(62, 133, 250, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50196 p a:hover, #stacks_in_50196 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50197 {
	font-size: 179%;
}


#stacks_in_50198 h5,#stacks_in_50198 h5 a,#stacks_in_50198 p,#stacks_in_50198 p a{
	color:rgba(105, 152, 229, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50198 p a:hover, #stacks_in_50198 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50198 {
	margin: 20px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50202 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50202 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50202 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50202 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50202 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_50202 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50202 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50202 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50202 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50202outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50202owl-stack{	height:0px;}#stacks_in_50202owl-stack .stacks_in_50202item img{display: block;width: 100%;height: auto;}#stacks_in_50202imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50202 {
	width: 750px;
}
#stacks_in_50238>.s3_row {
	margin: 0 -10px;
}

#stacks_in_50238>.s3_row>.s3_column {
	padding: 0 10px;
}








  


@media only screen and (max-width: 770px) {




	#stacks_in_50238>.s3_row  {
		margin: -10px -10px;
	}
	#stacks_in_50238>.s3_row>.s3_column {
		padding: 10px 10px;
		width:50%;
	}



}



@media only screen and (max-width: 400px) {


	#stacks_in_50238>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_50238>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}





}




  

#stacks_in_50239 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50241 div.jp-single-player,
#jPlayerstacks_in_50241 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50241 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50241  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50241 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50241 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50241 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50241 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50241 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50241 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #F6F5F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50241 a.jp-play,
#jPlayerstacks_in_50241 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50241 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50241 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50241 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50241 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50241 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50241 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50241 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50241 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50241 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50241 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50241 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50241 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50241 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50241 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50241 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50241 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50241 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #F6F5F7;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50241 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50241 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50241 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50241 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50241 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50241 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50241 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50241 a.jp-volume-max, #jPlayerstacks_in_50241 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50241 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50241 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50241 a.jp-volume-max:hover, #jPlayerstacks_in_50241 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50241 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50241 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50241 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50241 div.jp-current-time,
#jPlayerstacks_in_50241 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50241 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50241 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50241 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50241 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50241 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50241 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50241 #current_track {
	display: none;
}

#jPlayerstacks_in_50241 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50241 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50241.simple a.jp-previous, #jPlayerstacks_in_50241.simple a.jp-next, #jPlayerstacks_in_50241.simple a.jp-stop, #jPlayerstacks_in_50241.simple div.jp-progress, #jPlayerstacks_in_50241.simple div.jp-current-time, #jPlayerstacks_in_50241.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50241.simple a.jp-play, #jPlayerstacks_in_50241.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50241.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50241.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50241.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50241.simple div.jp-single-player,
#jPlayerstacks_in_50241.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50241.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50241.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50241.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50241.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50241.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50241.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50241.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50241.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50241.simpleplus a.jp-previous, #jPlayerstacks_in_50241.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50241.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50241.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50241.simpleplus a.jp-play, #jPlayerstacks_in_50241.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50241.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50241.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50241.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50241.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50241.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50241.simpleplus div.jp-play-bar {
	background-color: #F6F5F7;
	height: 22px;
	}

#jPlayerstacks_in_50241.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50241.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #F6F5F7;
	border-radius: 20px;
}

#jPlayerstacks_in_50241.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50241.simpleplus div.jp-single-player,
#jPlayerstacks_in_50241.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50241.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50241.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50241.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50241.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50241.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50241.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50241.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50241.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50241.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50241.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50241.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50241.customicon a.jp-volume-max, #jPlayerstacks_in_50241.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50241.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50241.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50241.playpause a.jp-previous, #jPlayerstacks_in_50241.playpause a.jp-next, #jPlayerstacks_in_50241.playpause a.jp-stop, #jPlayerstacks_in_50241.playpause div.jp-progress, #jPlayerstacks_in_50241.playpause div.jp-current-time, #jPlayerstacks_in_50241.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50241.playpause a.jp-play, #jPlayerstacks_in_50241.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50241.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50241.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50241.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50241.playpause div.jp-single-player,
#jPlayerstacks_in_50241.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50241.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50241.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50241.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50241 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50241.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50241.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50241.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50241.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50241.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50244 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50246 div.jp-single-player,
#jPlayerstacks_in_50246 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50246 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50246  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50246 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50246 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50246 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50246 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50246 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50246 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #F6F5F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50246 a.jp-play,
#jPlayerstacks_in_50246 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50246 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50246 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50246 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50246 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50246 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50246 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50246 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50246 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50246 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50246 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50246 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50246 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50246 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50246 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50246 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50246 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50246 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #F6F5F7;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50246 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50246 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50246 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50246 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50246 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50246 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50246 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50246 a.jp-volume-max, #jPlayerstacks_in_50246 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50246 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50246 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50246 a.jp-volume-max:hover, #jPlayerstacks_in_50246 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50246 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50246 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50246 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50246 div.jp-current-time,
#jPlayerstacks_in_50246 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50246 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50246 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50246 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50246 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50246 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50246 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50246 #current_track {
	display: none;
}

#jPlayerstacks_in_50246 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50246 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50246.simple a.jp-previous, #jPlayerstacks_in_50246.simple a.jp-next, #jPlayerstacks_in_50246.simple a.jp-stop, #jPlayerstacks_in_50246.simple div.jp-progress, #jPlayerstacks_in_50246.simple div.jp-current-time, #jPlayerstacks_in_50246.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50246.simple a.jp-play, #jPlayerstacks_in_50246.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50246.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50246.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50246.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50246.simple div.jp-single-player,
#jPlayerstacks_in_50246.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50246.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50246.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50246.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50246.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50246.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50246.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50246.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50246.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50246.simpleplus a.jp-previous, #jPlayerstacks_in_50246.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50246.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50246.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50246.simpleplus a.jp-play, #jPlayerstacks_in_50246.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50246.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50246.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50246.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50246.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50246.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50246.simpleplus div.jp-play-bar {
	background-color: #F6F5F7;
	height: 22px;
	}

#jPlayerstacks_in_50246.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50246.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #F6F5F7;
	border-radius: 20px;
}

#jPlayerstacks_in_50246.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50246.simpleplus div.jp-single-player,
#jPlayerstacks_in_50246.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50246.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50246.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50246.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50246.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50246.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50246.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50246.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50246.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50246.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50246.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50246.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50246.customicon a.jp-volume-max, #jPlayerstacks_in_50246.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50246.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50246.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50246.playpause a.jp-previous, #jPlayerstacks_in_50246.playpause a.jp-next, #jPlayerstacks_in_50246.playpause a.jp-stop, #jPlayerstacks_in_50246.playpause div.jp-progress, #jPlayerstacks_in_50246.playpause div.jp-current-time, #jPlayerstacks_in_50246.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50246.playpause a.jp-play, #jPlayerstacks_in_50246.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50246.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50246.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50246.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50246.playpause div.jp-single-player,
#jPlayerstacks_in_50246.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50246.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50246.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50246.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50246 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50246.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50246.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50246.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50246.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50246.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50249 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50251 div.jp-single-player,
#jPlayerstacks_in_50251 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50251 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50251  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50251 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50251 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50251 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50251 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50251 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50251 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #F6F5F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50251 a.jp-play,
#jPlayerstacks_in_50251 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50251 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50251 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50251 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50251 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50251 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50251 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50251 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50251 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50251 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50251 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50251 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50251 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50251 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50251 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50251 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50251 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50251 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #F6F5F7;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50251 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50251 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50251 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50251 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50251 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50251 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50251 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50251 a.jp-volume-max, #jPlayerstacks_in_50251 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50251 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50251 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50251 a.jp-volume-max:hover, #jPlayerstacks_in_50251 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50251 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50251 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50251 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50251 div.jp-current-time,
#jPlayerstacks_in_50251 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50251 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50251 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50251 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50251 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50251 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50251 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50251 #current_track {
	display: none;
}

#jPlayerstacks_in_50251 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50251 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50251.simple a.jp-previous, #jPlayerstacks_in_50251.simple a.jp-next, #jPlayerstacks_in_50251.simple a.jp-stop, #jPlayerstacks_in_50251.simple div.jp-progress, #jPlayerstacks_in_50251.simple div.jp-current-time, #jPlayerstacks_in_50251.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50251.simple a.jp-play, #jPlayerstacks_in_50251.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50251.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50251.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50251.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50251.simple div.jp-single-player,
#jPlayerstacks_in_50251.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50251.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50251.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50251.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50251.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50251.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50251.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50251.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50251.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50251.simpleplus a.jp-previous, #jPlayerstacks_in_50251.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50251.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50251.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50251.simpleplus a.jp-play, #jPlayerstacks_in_50251.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50251.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50251.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50251.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50251.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50251.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50251.simpleplus div.jp-play-bar {
	background-color: #F6F5F7;
	height: 22px;
	}

#jPlayerstacks_in_50251.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50251.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #F6F5F7;
	border-radius: 20px;
}

#jPlayerstacks_in_50251.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50251.simpleplus div.jp-single-player,
#jPlayerstacks_in_50251.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50251.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50251.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50251.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50251.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50251.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50251.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50251.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50251.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50251.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50251.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50251.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50251.customicon a.jp-volume-max, #jPlayerstacks_in_50251.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50251.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50251.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50251.playpause a.jp-previous, #jPlayerstacks_in_50251.playpause a.jp-next, #jPlayerstacks_in_50251.playpause a.jp-stop, #jPlayerstacks_in_50251.playpause div.jp-progress, #jPlayerstacks_in_50251.playpause div.jp-current-time, #jPlayerstacks_in_50251.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50251.playpause a.jp-play, #jPlayerstacks_in_50251.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50251.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50251.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50251.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50251.playpause div.jp-single-player,
#jPlayerstacks_in_50251.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50251.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50251.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50251.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50251 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50251.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50251.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50251.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50251.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50251.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50254 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50256 div.jp-single-player,
#jPlayerstacks_in_50256 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50256 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50256  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50256 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50256 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50256 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50256 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50256 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50256 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #F6F5F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50256 a.jp-play,
#jPlayerstacks_in_50256 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50256 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50256 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50256 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50256 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50256 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50256 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50256 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50256 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50256 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50256 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50256 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50256 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50256 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50256 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50256 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50256 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50256 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #F6F5F7;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50256 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50256 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50256 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50256 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50256 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50256 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50256 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50256 a.jp-volume-max, #jPlayerstacks_in_50256 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50256 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50256 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50256 a.jp-volume-max:hover, #jPlayerstacks_in_50256 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50256 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50256 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50256 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50256 div.jp-current-time,
#jPlayerstacks_in_50256 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50256 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50256 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50256 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50256 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50256 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50256 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50256 #current_track {
	display: none;
}

#jPlayerstacks_in_50256 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50256 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50256.simple a.jp-previous, #jPlayerstacks_in_50256.simple a.jp-next, #jPlayerstacks_in_50256.simple a.jp-stop, #jPlayerstacks_in_50256.simple div.jp-progress, #jPlayerstacks_in_50256.simple div.jp-current-time, #jPlayerstacks_in_50256.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50256.simple a.jp-play, #jPlayerstacks_in_50256.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50256.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50256.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50256.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50256.simple div.jp-single-player,
#jPlayerstacks_in_50256.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50256.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50256.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50256.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50256.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50256.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50256.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50256.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50256.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50256.simpleplus a.jp-previous, #jPlayerstacks_in_50256.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50256.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50256.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50256.simpleplus a.jp-play, #jPlayerstacks_in_50256.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50256.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50256.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50256.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50256.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50256.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50256.simpleplus div.jp-play-bar {
	background-color: #F6F5F7;
	height: 22px;
	}

#jPlayerstacks_in_50256.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50256.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #F6F5F7;
	border-radius: 20px;
}

#jPlayerstacks_in_50256.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50256.simpleplus div.jp-single-player,
#jPlayerstacks_in_50256.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50256.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50256.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50256.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50256.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50256.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50256.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50256.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50256.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50256.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50256.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50256.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50256.customicon a.jp-volume-max, #jPlayerstacks_in_50256.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50256.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50256.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50256.playpause a.jp-previous, #jPlayerstacks_in_50256.playpause a.jp-next, #jPlayerstacks_in_50256.playpause a.jp-stop, #jPlayerstacks_in_50256.playpause div.jp-progress, #jPlayerstacks_in_50256.playpause div.jp-current-time, #jPlayerstacks_in_50256.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50256.playpause a.jp-play, #jPlayerstacks_in_50256.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50256.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50256.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50256.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50256.playpause div.jp-single-player,
#jPlayerstacks_in_50256.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50256.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50256.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50256.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50256 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50256.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50256.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50256.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50256.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50256.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 



#stacks_in_50640 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50640 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_50261 {
	margin: 30px 0px 0px 0px;
}


#stacks_in_50264 h2,#stacks_in_50264 h2 a,#stacks_in_50264 p,#stacks_in_50264 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50264 p a:hover, #stacks_in_50264 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50265 {
	font-size: 179%;
}


#stacks_in_50266 h5,#stacks_in_50266 h5 a,#stacks_in_50266 p,#stacks_in_50266 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50266 p a:hover, #stacks_in_50266 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50266 {
	margin: 10px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50270 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50270 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50270 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50270 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50270 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_50270 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50270 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50270 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50270 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50270outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50270owl-stack{	height:0px;}#stacks_in_50270owl-stack .stacks_in_50270item img{display: block;width: 100%;height: auto;}#stacks_in_50270imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50270 {
	width: 750px;
}
#stacks_in_50306>.s3_row {
	margin: 0 -10px;
}

#stacks_in_50306>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_50306>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_50306>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_50306>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_50306>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_50306>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_50307 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50309 div.jp-single-player,
#jPlayerstacks_in_50309 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50309 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50309  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50309 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50309 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50309 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50309 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50309 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50309 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #F6F5F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50309 a.jp-play,
#jPlayerstacks_in_50309 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50309 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50309 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50309 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50309 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50309 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50309 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50309 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50309 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50309 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50309 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50309 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50309 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50309 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50309 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50309 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50309 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50309 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #F6F5F7;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50309 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50309 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50309 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50309 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50309 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50309 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50309 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50309 a.jp-volume-max, #jPlayerstacks_in_50309 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50309 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50309 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50309 a.jp-volume-max:hover, #jPlayerstacks_in_50309 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50309 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50309 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50309 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50309 div.jp-current-time,
#jPlayerstacks_in_50309 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50309 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50309 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50309 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50309 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50309 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50309 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50309 #current_track {
	display: none;
}

#jPlayerstacks_in_50309 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50309 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50309.simple a.jp-previous, #jPlayerstacks_in_50309.simple a.jp-next, #jPlayerstacks_in_50309.simple a.jp-stop, #jPlayerstacks_in_50309.simple div.jp-progress, #jPlayerstacks_in_50309.simple div.jp-current-time, #jPlayerstacks_in_50309.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50309.simple a.jp-play, #jPlayerstacks_in_50309.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50309.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50309.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50309.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50309.simple div.jp-single-player,
#jPlayerstacks_in_50309.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50309.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50309.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50309.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50309.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50309.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50309.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50309.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50309.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50309.simpleplus a.jp-previous, #jPlayerstacks_in_50309.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50309.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50309.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50309.simpleplus a.jp-play, #jPlayerstacks_in_50309.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50309.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50309.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50309.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50309.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50309.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50309.simpleplus div.jp-play-bar {
	background-color: #F6F5F7;
	height: 22px;
	}

#jPlayerstacks_in_50309.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50309.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #F6F5F7;
	border-radius: 20px;
}

#jPlayerstacks_in_50309.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50309.simpleplus div.jp-single-player,
#jPlayerstacks_in_50309.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50309.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50309.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50309.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50309.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50309.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50309.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50309.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50309.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50309.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50309.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50309.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50309.customicon a.jp-volume-max, #jPlayerstacks_in_50309.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50309.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50309.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50309.playpause a.jp-previous, #jPlayerstacks_in_50309.playpause a.jp-next, #jPlayerstacks_in_50309.playpause a.jp-stop, #jPlayerstacks_in_50309.playpause div.jp-progress, #jPlayerstacks_in_50309.playpause div.jp-current-time, #jPlayerstacks_in_50309.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50309.playpause a.jp-play, #jPlayerstacks_in_50309.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50309.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50309.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50309.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50309.playpause div.jp-single-player,
#jPlayerstacks_in_50309.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50309.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50309.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50309.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50309 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50309.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50309.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50309.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50309.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50309.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50312 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50314 div.jp-single-player,
#jPlayerstacks_in_50314 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50314 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50314  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50314 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50314 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50314 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50314 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50314 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50314 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #F6F5F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50314 a.jp-play,
#jPlayerstacks_in_50314 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50314 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50314 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50314 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50314 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50314 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50314 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50314 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50314 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50314 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50314 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50314 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50314 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50314 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50314 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50314 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50314 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50314 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #F6F5F7;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50314 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50314 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50314 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50314 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50314 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50314 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50314 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50314 a.jp-volume-max, #jPlayerstacks_in_50314 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50314 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50314 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50314 a.jp-volume-max:hover, #jPlayerstacks_in_50314 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50314 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50314 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50314 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50314 div.jp-current-time,
#jPlayerstacks_in_50314 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50314 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50314 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50314 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50314 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50314 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50314 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50314 #current_track {
	display: none;
}

#jPlayerstacks_in_50314 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50314 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50314.simple a.jp-previous, #jPlayerstacks_in_50314.simple a.jp-next, #jPlayerstacks_in_50314.simple a.jp-stop, #jPlayerstacks_in_50314.simple div.jp-progress, #jPlayerstacks_in_50314.simple div.jp-current-time, #jPlayerstacks_in_50314.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50314.simple a.jp-play, #jPlayerstacks_in_50314.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50314.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50314.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50314.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50314.simple div.jp-single-player,
#jPlayerstacks_in_50314.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50314.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50314.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50314.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50314.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50314.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50314.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50314.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50314.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50314.simpleplus a.jp-previous, #jPlayerstacks_in_50314.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50314.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50314.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50314.simpleplus a.jp-play, #jPlayerstacks_in_50314.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50314.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50314.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50314.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50314.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50314.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50314.simpleplus div.jp-play-bar {
	background-color: #F6F5F7;
	height: 22px;
	}

#jPlayerstacks_in_50314.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50314.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #F6F5F7;
	border-radius: 20px;
}

#jPlayerstacks_in_50314.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50314.simpleplus div.jp-single-player,
#jPlayerstacks_in_50314.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50314.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50314.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50314.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50314.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50314.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50314.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50314.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50314.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50314.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50314.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50314.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50314.customicon a.jp-volume-max, #jPlayerstacks_in_50314.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50314.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50314.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50314.playpause a.jp-previous, #jPlayerstacks_in_50314.playpause a.jp-next, #jPlayerstacks_in_50314.playpause a.jp-stop, #jPlayerstacks_in_50314.playpause div.jp-progress, #jPlayerstacks_in_50314.playpause div.jp-current-time, #jPlayerstacks_in_50314.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50314.playpause a.jp-play, #jPlayerstacks_in_50314.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50314.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50314.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50314.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50314.playpause div.jp-single-player,
#jPlayerstacks_in_50314.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50314.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50314.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50314.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50314 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50314.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50314.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50314.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50314.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50314.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50317 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50319 div.jp-single-player,
#jPlayerstacks_in_50319 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50319 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50319  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50319 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50319 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50319 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50319 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50319 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50319 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #F6F5F7;
	border: 1px solid #F6F5F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50319 a.jp-play,
#jPlayerstacks_in_50319 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50319 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50319 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50319 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50319 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50319 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50319 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50319 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50319 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50319 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50319 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50319 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50319 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50319 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50319 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50319 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50319 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50319 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #F6F5F7;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50319 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50319 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50319 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50319 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50319 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50319 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50319 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50319 a.jp-volume-max, #jPlayerstacks_in_50319 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50319 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50319 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50319 a.jp-volume-max:hover, #jPlayerstacks_in_50319 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50319 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50319 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50319 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50319 div.jp-current-time,
#jPlayerstacks_in_50319 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50319 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50319 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50319 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50319 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50319 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50319 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50319 #current_track {
	display: none;
}

#jPlayerstacks_in_50319 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50319 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50319.simple a.jp-previous, #jPlayerstacks_in_50319.simple a.jp-next, #jPlayerstacks_in_50319.simple a.jp-stop, #jPlayerstacks_in_50319.simple div.jp-progress, #jPlayerstacks_in_50319.simple div.jp-current-time, #jPlayerstacks_in_50319.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50319.simple a.jp-play, #jPlayerstacks_in_50319.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50319.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50319.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50319.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50319.simple div.jp-single-player,
#jPlayerstacks_in_50319.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50319.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50319.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50319.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50319.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50319.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50319.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50319.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50319.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50319.simpleplus a.jp-previous, #jPlayerstacks_in_50319.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50319.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50319.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50319.simpleplus a.jp-play, #jPlayerstacks_in_50319.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50319.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50319.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50319.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50319.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #F6F5F7;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50319.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50319.simpleplus div.jp-play-bar {
	background-color: #F6F5F7;
	height: 22px;
	}

#jPlayerstacks_in_50319.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #F6F5F7;
}

#jPlayerstacks_in_50319.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #F6F5F7;
	border-radius: 20px;
}

#jPlayerstacks_in_50319.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50319.simpleplus div.jp-single-player,
#jPlayerstacks_in_50319.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50319.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50319.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50319.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50319.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50319.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50319.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50319.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50319.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50319.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50319.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50319.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50319.customicon a.jp-volume-max, #jPlayerstacks_in_50319.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50319.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50319.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50319.playpause a.jp-previous, #jPlayerstacks_in_50319.playpause a.jp-next, #jPlayerstacks_in_50319.playpause a.jp-stop, #jPlayerstacks_in_50319.playpause div.jp-progress, #jPlayerstacks_in_50319.playpause div.jp-current-time, #jPlayerstacks_in_50319.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50319.playpause a.jp-play, #jPlayerstacks_in_50319.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50319.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50319.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50319.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50319.playpause div.jp-single-player,
#jPlayerstacks_in_50319.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50319.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50319.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50319.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50319 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50319.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50319.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50319.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50319.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50319.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 



/* Start Button Press stack CSS code */#stacks_in_50322{	text-align: center !important;}.stacks_in_50322dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50322dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_50322 {
	width: 260px;
}
#stacks_in_50641 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50641 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_50353 h2,#stacks_in_50353 h2 a,#stacks_in_50353 p,#stacks_in_50353 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50353 p a:hover, #stacks_in_50353 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50354 {
	font-size: 179%;
}


#stacks_in_50355 h5,#stacks_in_50355 h5 a,#stacks_in_50355 p,#stacks_in_50355 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50355 p a:hover, #stacks_in_50355 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50355 {
	margin: 10px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50359 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50359 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50359 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50359 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50359 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_50359 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50359 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50359 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50359 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50359outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50359owl-stack{	height:0px;}#stacks_in_50359owl-stack .stacks_in_50359item img{display: block;width: 100%;height: auto;}#stacks_in_50359imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50359 {
	width: 750px;
}

#stacks_in_50395 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_50395 {
	width: 960px;
}

#stacks_in_50397 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_50397 {
	width: 960px;
}
#stacks_in_50642 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50642 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_50015 h2,#stacks_in_50015 h2 a,#stacks_in_50015 p,#stacks_in_50015 p a{
	color:rgba(166, 27, 3, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_50015 p a:hover, #stacks_in_50015 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50016 {
	font-size: 179%;
}


#stacks_in_50017 h5,#stacks_in_50017 h5 a,#stacks_in_50017 p,#stacks_in_50017 p a{
	color:rgba(193, 134, 146, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_50017 p a:hover, #stacks_in_50017 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_50017 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_50018 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50021 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50021 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50021 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50021 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50021 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_50021 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50021 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50021 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50021 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50021outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50021owl-stack{	height:0px;}#stacks_in_50021owl-stack .stacks_in_50021item img{display: block;width: 100%;height: auto;}#stacks_in_50021imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50021 {
	width: 750px;
}
#jPlayerstacks_in_50057 div.jp-single-player,
#jPlayerstacks_in_50057 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50057 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50057  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50057 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50057 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50057 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50057 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50057 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50057 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #B7B6B8;
	border: 1px solid #FFF300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50057 a.jp-play,
#jPlayerstacks_in_50057 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50057 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50057 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50057 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50057 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50057 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_50057 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50057 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_50057 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50057 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50057 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50057 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50057 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50057 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50057 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50057 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50057 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50057 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #FFF300;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50057 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50057 div.jp-seek-bar {
	background-color: #B7B6B8;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50057 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50057 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50057 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50057 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50057 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50057 a.jp-volume-max, #jPlayerstacks_in_50057 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50057 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50057 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50057 a.jp-volume-max:hover, #jPlayerstacks_in_50057 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50057 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50057 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50057 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50057 div.jp-current-time,
#jPlayerstacks_in_50057 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50057 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50057 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50057 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50057 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50057 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50057 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50057 #current_track {
	display: none;
}

#jPlayerstacks_in_50057 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50057 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50057.simple a.jp-previous, #jPlayerstacks_in_50057.simple a.jp-next, #jPlayerstacks_in_50057.simple a.jp-stop, #jPlayerstacks_in_50057.simple div.jp-progress, #jPlayerstacks_in_50057.simple div.jp-current-time, #jPlayerstacks_in_50057.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50057.simple a.jp-play, #jPlayerstacks_in_50057.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50057.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50057.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50057.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50057.simple div.jp-single-player,
#jPlayerstacks_in_50057.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50057.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50057.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50057.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50057.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50057.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50057.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50057.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50057.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50057.simpleplus a.jp-previous, #jPlayerstacks_in_50057.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50057.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50057.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50057.simpleplus a.jp-play, #jPlayerstacks_in_50057.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50057.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50057.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50057.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50057.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #B7B6B8;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50057.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50057.simpleplus div.jp-play-bar {
	background-color: #FFF300;
	height: 22px;
	}

#jPlayerstacks_in_50057.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #B7B6B8;
}

#jPlayerstacks_in_50057.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #FFF300;
	border-radius: 20px;
}

#jPlayerstacks_in_50057.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50057.simpleplus div.jp-single-player,
#jPlayerstacks_in_50057.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50057.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50057.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50057.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50057.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50057.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50057.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50057.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50057.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50057.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50057.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50057.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50057.customicon a.jp-volume-max, #jPlayerstacks_in_50057.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50057.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50057.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50057.playpause a.jp-previous, #jPlayerstacks_in_50057.playpause a.jp-next, #jPlayerstacks_in_50057.playpause a.jp-stop, #jPlayerstacks_in_50057.playpause div.jp-progress, #jPlayerstacks_in_50057.playpause div.jp-current-time, #jPlayerstacks_in_50057.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50057.playpause a.jp-play, #jPlayerstacks_in_50057.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50057.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50057.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50057.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50057.playpause div.jp-single-player,
#jPlayerstacks_in_50057.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50057.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50057.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50057.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50057 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50057.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50057.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50057.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50057.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50057.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50057 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_50057 {
	width: 600px;
}

#stacks_in_50059 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_50059 {
	width: 960px;
}
/* Start Button Press stack CSS code */#stacks_in_50061{	text-align: center !important;}.stacks_in_50061dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50061dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_50061 {
	width: 260px;
}
#stacks_in_50643 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50643 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49975 h2,#stacks_in_49975 h2 a,#stacks_in_49975 p,#stacks_in_49975 p a{
	color:rgba(248, 125, 1, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49975 p a:hover, #stacks_in_49975 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49976 {
	font-size: 179%;
}

	#stacks_in_49977 h5,#stacks_in_49977 h5 a,#stacks_in_49977 p,#stacks_in_49977 p a{
		font-size:14px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_49977 h5,#stacks_in_49977 h5 a,#stacks_in_49977 p,#stacks_in_49977 p a{
	color:rgba(227, 134, 3, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_49977 p a:hover, #stacks_in_49977 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49977 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_49978 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_49981 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_49981 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_49981 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_49981 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_49981 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_49981 .owl-theme .owl-controls .owl-page.active span,#stacks_in_49981 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_49981 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_49981 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_49981outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_49981owl-stack{	height:0px;}#stacks_in_49981owl-stack .stacks_in_49981item img{display: block;width: 100%;height: auto;}#stacks_in_49981imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_49981 {
	width: 750px;
}
#jPlayerstacks_in_50005 div.jp-single-player,
#jPlayerstacks_in_50005 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_50005 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_50005  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_50005 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50005 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_50005 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_50005 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50005 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50005 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #B7B6B8;
	border: 1px solid #FFF300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_50005 a.jp-play,
#jPlayerstacks_in_50005 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50005 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50005 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50005 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50005 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50005 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_50005 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50005 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_50005 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50005 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50005 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50005 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50005 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50005 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50005 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50005 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50005 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50005 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #FFF300;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50005 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50005 div.jp-seek-bar {
	background-color: #B7B6B8;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50005 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50005 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_50005 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50005 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50005 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50005 a.jp-volume-max, #jPlayerstacks_in_50005 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_50005 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50005 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50005 a.jp-volume-max:hover, #jPlayerstacks_in_50005 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50005 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_50005 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50005 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50005 div.jp-current-time,
#jPlayerstacks_in_50005 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50005 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50005 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50005 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50005 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50005 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_50005 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50005 #current_track {
	display: none;
}

#jPlayerstacks_in_50005 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_50005 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_50005.simple a.jp-previous, #jPlayerstacks_in_50005.simple a.jp-next, #jPlayerstacks_in_50005.simple a.jp-stop, #jPlayerstacks_in_50005.simple div.jp-progress, #jPlayerstacks_in_50005.simple div.jp-current-time, #jPlayerstacks_in_50005.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_50005.simple a.jp-play, #jPlayerstacks_in_50005.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50005.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50005.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_50005.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50005.simple div.jp-single-player,
#jPlayerstacks_in_50005.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50005.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50005.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50005.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50005.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_50005.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50005.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50005.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_50005.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_50005.simpleplus a.jp-previous, #jPlayerstacks_in_50005.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_50005.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_50005.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_50005.simpleplus a.jp-play, #jPlayerstacks_in_50005.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_50005.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_50005.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_50005.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_50005.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #B7B6B8;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_50005.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50005.simpleplus div.jp-play-bar {
	background-color: #FFF300;
	height: 22px;
	}

#jPlayerstacks_in_50005.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #B7B6B8;
}

#jPlayerstacks_in_50005.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #FFF300;
	border-radius: 20px;
}

#jPlayerstacks_in_50005.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_50005.simpleplus div.jp-single-player,
#jPlayerstacks_in_50005.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50005.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_50005.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_50005.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_50005.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_50005.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50005.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50005.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_50005.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_50005.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_50005.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_50005.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_50005.customicon a.jp-volume-max, #jPlayerstacks_in_50005.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_50005.customicon a.jp-volume-max:hover, #jPlayerstacks_in_50005.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_50005.playpause a.jp-previous, #jPlayerstacks_in_50005.playpause a.jp-next, #jPlayerstacks_in_50005.playpause a.jp-stop, #jPlayerstacks_in_50005.playpause div.jp-progress, #jPlayerstacks_in_50005.playpause div.jp-current-time, #jPlayerstacks_in_50005.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_50005.playpause a.jp-play, #jPlayerstacks_in_50005.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_50005.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_50005.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_50005.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_50005.playpause div.jp-single-player,
#jPlayerstacks_in_50005.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_50005.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_50005.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_50005.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_50005 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_50005.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_50005.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50005.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_50005.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_50005.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_50005 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_50005 {
	width: 600px;
}

#stacks_in_50007 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_50007 {
	width: 960px;
}
/* Start Button Press stack CSS code */#stacks_in_50009{	text-align: center !important;}.stacks_in_50009dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50009dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_50009 {
	width: 260px;
}
#stacks_in_50644 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50644 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49933 h2,#stacks_in_49933 h2 a,#stacks_in_49933 p,#stacks_in_49933 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49933 p a:hover, #stacks_in_49933 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49934 {
	font-size: 179%;
}


#stacks_in_49935 h5,#stacks_in_49935 h5 a,#stacks_in_49935 p,#stacks_in_49935 p a{
	color:rgba(118, 169, 108, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_49935 p a:hover, #stacks_in_49935 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49935 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_49936 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_49939 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_49939 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_49939 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_49939 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_49939 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_49939 .owl-theme .owl-controls .owl-page.active span,#stacks_in_49939 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_49939 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_49939 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_49939outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_49939owl-stack{	height:0px;}#stacks_in_49939owl-stack .stacks_in_49939item img{display: block;width: 100%;height: auto;}#stacks_in_49939imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_49939 {
	width: 750px;
}
#jPlayerstacks_in_49963 div.jp-single-player,
#jPlayerstacks_in_49963 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_49963 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_49963  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_49963 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_49963 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_49963 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_49963 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_49963 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_49963 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #B7B6B8;
	border: 1px solid #FFF300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_49963 a.jp-play,
#jPlayerstacks_in_49963 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49963 div.jp-single-player a.jp-play,
#jPlayerstacks_in_49963 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_49963 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_49963 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_49963 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_49963 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_49963 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_49963 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_49963 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49963 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_49963 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_49963 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_49963 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49963 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_49963 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49963 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_49963 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #FFF300;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_49963 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_49963 div.jp-seek-bar {
	background-color: #B7B6B8;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_49963 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_49963 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_49963 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_49963 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_49963 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_49963 a.jp-volume-max, #jPlayerstacks_in_49963 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_49963 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49963 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_49963 a.jp-volume-max:hover, #jPlayerstacks_in_49963 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_49963 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_49963 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_49963 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_49963 div.jp-current-time,
#jPlayerstacks_in_49963 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_49963 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_49963 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_49963 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_49963 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_49963 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_49963 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_49963 #current_track {
	display: none;
}

#jPlayerstacks_in_49963 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_49963 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_49963.simple a.jp-previous, #jPlayerstacks_in_49963.simple a.jp-next, #jPlayerstacks_in_49963.simple a.jp-stop, #jPlayerstacks_in_49963.simple div.jp-progress, #jPlayerstacks_in_49963.simple div.jp-current-time, #jPlayerstacks_in_49963.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_49963.simple a.jp-play, #jPlayerstacks_in_49963.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_49963.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_49963.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_49963.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_49963.simple div.jp-single-player,
#jPlayerstacks_in_49963.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_49963.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_49963.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_49963.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_49963.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_49963.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49963.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_49963.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_49963.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_49963.simpleplus a.jp-previous, #jPlayerstacks_in_49963.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_49963.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_49963.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_49963.simpleplus a.jp-play, #jPlayerstacks_in_49963.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_49963.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_49963.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_49963.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_49963.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #B7B6B8;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_49963.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_49963.simpleplus div.jp-play-bar {
	background-color: #FFF300;
	height: 22px;
	}

#jPlayerstacks_in_49963.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #B7B6B8;
}

#jPlayerstacks_in_49963.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #FFF300;
	border-radius: 20px;
}

#jPlayerstacks_in_49963.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_49963.simpleplus div.jp-single-player,
#jPlayerstacks_in_49963.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_49963.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_49963.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_49963.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_49963.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_49963.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49963.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_49963.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_49963.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_49963.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_49963.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_49963.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_49963.customicon a.jp-volume-max, #jPlayerstacks_in_49963.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_49963.customicon a.jp-volume-max:hover, #jPlayerstacks_in_49963.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_49963.playpause a.jp-previous, #jPlayerstacks_in_49963.playpause a.jp-next, #jPlayerstacks_in_49963.playpause a.jp-stop, #jPlayerstacks_in_49963.playpause div.jp-progress, #jPlayerstacks_in_49963.playpause div.jp-current-time, #jPlayerstacks_in_49963.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_49963.playpause a.jp-play, #jPlayerstacks_in_49963.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_49963.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_49963.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_49963.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_49963.playpause div.jp-single-player,
#jPlayerstacks_in_49963.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_49963.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_49963.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_49963.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_49963 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_49963.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_49963.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49963.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_49963.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_49963.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_49963 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_49963 {
	width: 600px;
}

#stacks_in_49965 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_49967 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_49967 {
	width: 960px;
}
/* Start Button Press stack CSS code */#stacks_in_49969{	text-align: center !important;}.stacks_in_49969dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_49969dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_49969 {
	width: 260px;
}
#stacks_in_50645 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50645 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49899 h2,#stacks_in_49899 h2 a,#stacks_in_49899 p,#stacks_in_49899 p a{
	color:rgba(133, 20, 163, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49899 p a:hover, #stacks_in_49899 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49900 {
	font-size: 179%;
}


#stacks_in_49901 h5,#stacks_in_49901 h5 a,#stacks_in_49901 p,#stacks_in_49901 p a{
	color:rgba(168, 76, 179, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_49901 p a:hover, #stacks_in_49901 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49901 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_49902 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_49905 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_49905 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_49905 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_49905 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_49905 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_49905 .owl-theme .owl-controls .owl-page.active span,#stacks_in_49905 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_49905 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_49905 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_49905outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_49905owl-stack{	height:0px;}#stacks_in_49905owl-stack .stacks_in_49905item img{display: block;width: 100%;height: auto;}#stacks_in_49905imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_49905 {
	width: 750px;
}

#stacks_in_49921 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_49923 div.jp-single-player,
#jPlayerstacks_in_49923 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_49923 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_49923  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_49923 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_49923 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_49923 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_49923 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_49923 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_49923 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #B7B6B8;
	border: 1px solid #FFF300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_49923 a.jp-play,
#jPlayerstacks_in_49923 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49923 div.jp-single-player a.jp-play,
#jPlayerstacks_in_49923 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_49923 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_49923 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_49923 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_49923 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_49923 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_49923 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_49923 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49923 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_49923 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_49923 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_49923 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49923 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_49923 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49923 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_49923 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #FFF300;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_49923 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_49923 div.jp-seek-bar {
	background-color: #B7B6B8;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_49923 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_49923 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_49923 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_49923 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_49923 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_49923 a.jp-volume-max, #jPlayerstacks_in_49923 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_49923 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49923 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_49923 a.jp-volume-max:hover, #jPlayerstacks_in_49923 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_49923 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_49923 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_49923 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_49923 div.jp-current-time,
#jPlayerstacks_in_49923 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_49923 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_49923 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_49923 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_49923 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_49923 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_49923 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_49923 #current_track {
	display: none;
}

#jPlayerstacks_in_49923 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_49923 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_49923.simple a.jp-previous, #jPlayerstacks_in_49923.simple a.jp-next, #jPlayerstacks_in_49923.simple a.jp-stop, #jPlayerstacks_in_49923.simple div.jp-progress, #jPlayerstacks_in_49923.simple div.jp-current-time, #jPlayerstacks_in_49923.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_49923.simple a.jp-play, #jPlayerstacks_in_49923.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_49923.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_49923.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_49923.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_49923.simple div.jp-single-player,
#jPlayerstacks_in_49923.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_49923.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_49923.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_49923.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_49923.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_49923.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49923.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_49923.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_49923.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_49923.simpleplus a.jp-previous, #jPlayerstacks_in_49923.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_49923.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_49923.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_49923.simpleplus a.jp-play, #jPlayerstacks_in_49923.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_49923.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_49923.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_49923.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_49923.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #B7B6B8;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_49923.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_49923.simpleplus div.jp-play-bar {
	background-color: #FFF300;
	height: 22px;
	}

#jPlayerstacks_in_49923.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #B7B6B8;
}

#jPlayerstacks_in_49923.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #FFF300;
	border-radius: 20px;
}

#jPlayerstacks_in_49923.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_49923.simpleplus div.jp-single-player,
#jPlayerstacks_in_49923.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_49923.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_49923.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_49923.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_49923.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_49923.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49923.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_49923.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_49923.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_49923.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_49923.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_49923.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_49923.customicon a.jp-volume-max, #jPlayerstacks_in_49923.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_49923.customicon a.jp-volume-max:hover, #jPlayerstacks_in_49923.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_49923.playpause a.jp-previous, #jPlayerstacks_in_49923.playpause a.jp-next, #jPlayerstacks_in_49923.playpause a.jp-stop, #jPlayerstacks_in_49923.playpause div.jp-progress, #jPlayerstacks_in_49923.playpause div.jp-current-time, #jPlayerstacks_in_49923.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_49923.playpause a.jp-play, #jPlayerstacks_in_49923.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_49923.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_49923.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_49923.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_49923.playpause div.jp-single-player,
#jPlayerstacks_in_49923.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_49923.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_49923.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_49923.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_49923 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_49923.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_49923.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49923.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_49923.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_49923.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_49923 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_49923 {
	width: 600px;
}

#stacks_in_49925 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_49925 {
	width: 960px;
}
/* Start Button Press stack CSS code */#stacks_in_49927{	text-align: center !important;}.stacks_in_49927dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_49927dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_49927 {
	width: 260px;
}
#stacks_in_50646 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50646 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49871 h2,#stacks_in_49871 h2 a,#stacks_in_49871 p,#stacks_in_49871 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49871 p a:hover, #stacks_in_49871 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49872 {
	font-size: 179%;
}


#stacks_in_49873 h5,#stacks_in_49873 h5 a,#stacks_in_49873 p,#stacks_in_49873 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_49873 p a:hover, #stacks_in_49873 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49873 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_49874 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_49877 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_49877 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_49877 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_49877 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_49877 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_49877 .owl-theme .owl-controls .owl-page.active span,#stacks_in_49877 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_49877 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_49877 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_49877outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_49877owl-stack{	height:0px;}#stacks_in_49877owl-stack .stacks_in_49877item img{display: block;width: 100%;height: auto;}#stacks_in_49877imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_49877 {
	width: 750px;
}

#stacks_in_49891 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_49891 {
	width: 960px;
}
/* Start Button Press stack CSS code */#stacks_in_49893{	text-align: center !important;}.stacks_in_49893dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_49893dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_49893 {
	width: 260px;
}
#stacks_in_50647 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50647 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49847 h2,#stacks_in_49847 h2 a,#stacks_in_49847 p,#stacks_in_49847 p a{
	color:rgba(184, 112, 20, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49847 p a:hover, #stacks_in_49847 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49848 {
	font-size: 179%;
}


#stacks_in_49849 h5,#stacks_in_49849 h5 a,#stacks_in_49849 p,#stacks_in_49849 p a{
	color:rgba(190, 145, 47, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49849 p a:hover, #stacks_in_49849 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49849 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_49850 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_49853 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_49853 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_49853 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_49853 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_49853 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_49853 .owl-theme .owl-controls .owl-page.active span,#stacks_in_49853 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_49853 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_49853 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_49853outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_49853owl-stack{	height:0px;}#stacks_in_49853owl-stack .stacks_in_49853item img{display: block;width: 100%;height: auto;}#stacks_in_49853imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_49853 {
	width: 750px;
}

#stacks_in_49863 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_49863 {
	width: 960px;
}
/* Start Button Press stack CSS code */#stacks_in_49865{	text-align: center !important;}.stacks_in_49865dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_49865dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_49865 {
	width: 260px;
}
#stacks_in_50648 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50648 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49817 h2,#stacks_in_49817 h2 a,#stacks_in_49817 p,#stacks_in_49817 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49817 p a:hover, #stacks_in_49817 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49818 {
	font-size: 179%;
}


#stacks_in_49819 h5,#stacks_in_49819 h5 a,#stacks_in_49819 p,#stacks_in_49819 p a{
	color:rgba(10, 166, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_49819 p a:hover, #stacks_in_49819 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49819 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_49820 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_49823 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_49823 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_49823 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_49823 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_49823 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_49823 .owl-theme .owl-controls .owl-page.active span,#stacks_in_49823 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_49823 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_49823 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_49823outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_49823owl-stack{	height:0px;}#stacks_in_49823owl-stack .stacks_in_49823item img{display: block;width: 100%;height: auto;}#stacks_in_49823imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_49823 {
	width: 750px;
}
#jPlayerstacks_in_49837 div.jp-single-player,
#jPlayerstacks_in_49837 div.jp-type-playlist {

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

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

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #88733E;
	width: 260px;
	padding: 5px;
}
#jPlayerstacks_in_49837 div.jp-interface {
	position: relative;
	background-color: #F6F5F7;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

#jPlayerstacks_in_49837  ul li {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#jPlayerstacks_in_49837 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_49837 div.jp-interface {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#jPlayerstacks_in_49837 div.jp-playlist ul {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#jPlayerstacks_in_49837 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_49837 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_49837 div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-color: #B7B6B8;
	border: 1px solid #FFF300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#jPlayerstacks_in_49837 a.jp-play,
#jPlayerstacks_in_49837 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49837 div.jp-single-player a.jp-play,
#jPlayerstacks_in_49837 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_49837 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_49837 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_49837 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_49837 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_49837 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #B7B6B8;
}
#jPlayerstacks_in_49837 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_49837 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49837 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_49837 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_49837 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_49837 a.jp-previous {
	left:5px;
	top:5px;
	background: url("img/back.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49837 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_49837 a.jp-next {
	left:55px;
	top:5px;
	background: url("img/next.png") center no-repeat;
	background-color: #B7B6B8;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_49837 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_49837 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #FFF300;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_49837 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_49837 div.jp-seek-bar {
	background-color: #B7B6B8;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_49837 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_49837 a.jp-volume-min {
	top:5px;
	background: url("img/min.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}
#jPlayerstacks_in_49837 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_49837 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_49837 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_49837 a.jp-volume-max, #jPlayerstacks_in_49837 a.jp-volume-add {
	top:5px;
	background: url("img/plus.png") center no-repeat;
	width:16px;
	height:16px;
	border: none;
	background-color: transparent;
}

#jPlayerstacks_in_49837 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49837 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_49837 a.jp-volume-max:hover, #jPlayerstacks_in_49837 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_49837 div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:5px;
	/*background: url("jplayer.dark.jpg") 0 -250px repeat-x;*/
	width:46px;
	height:5px;
	cursor: pointer;
	display: none;
}
#jPlayerstacks_in_49837 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_49837 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_49837 div.jp-current-time,
#jPlayerstacks_in_49837 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_49837 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_49837 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_49837 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_49837 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_49837 div.jp-playlist ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 20px !important;
	background-color:#F6F5F7;
	border:1px solid #9A8347;
	border-top:none;
	width:220px;
	font-size:.72em;
}
#jPlayerstacks_in_49837 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px !important;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_49837 #current_track {
	display: none;
}

#jPlayerstacks_in_49837 div.jp-type-playlist ul li {
	margin-left: 0;
}

div.jp-jplayer {
	height: 0;
}

#jPlayerstacks_in_49837 .currentTitle {
	display: none;
	}
	
/*Simple Player CSS Rules*/

#jPlayerstacks_in_49837.simple a.jp-previous, #jPlayerstacks_in_49837.simple a.jp-next, #jPlayerstacks_in_49837.simple a.jp-stop, #jPlayerstacks_in_49837.simple div.jp-progress, #jPlayerstacks_in_49837.simple div.jp-current-time, #jPlayerstacks_in_49837.simple div.jp-duration {
	display: none !important;
}

#jPlayerstacks_in_49837.simple a.jp-play, #jPlayerstacks_in_49837.simple a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_49837.simple a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_49837.simple a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}

#jPlayerstacks_in_49837.simple .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_49837.simple div.jp-single-player,
#jPlayerstacks_in_49837.simple div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_49837.simple div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_49837.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_49837.simple div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_49837.simple div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
margin: 0;
padding: 0;
background-image: none;
}

#jPlayerstacks_in_49837.simple div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49837.simple div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_49837.simple div.jp-type-playlist a.jp-volume-min {
	right: 30px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
}

#jPlayerstacks_in_49837.simple div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

#jPlayerstacks_in_49837.simpleplus a.jp-previous, #jPlayerstacks_in_49837.simpleplus a.jp-stop {
	display: none !important;
}

#jPlayerstacks_in_49837.simpleplus div.jp-type-playlist div.jp-current-time, #jPlayerstacks_in_49837.simpleplus div.jp-type-playlist div.jp-duration {
	display: none;
}

#jPlayerstacks_in_49837.simpleplus a.jp-play, #jPlayerstacks_in_49837.simpleplus a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}

#jPlayerstacks_in_49837.simpleplus a.jp-pause {
	background-position: 4px 4px;
}

#jPlayerstacks_in_49837.simpleplus a.jp-play:hover {
	background-position: 5px 4px;
	left: 2px !important;
}

#jPlayerstacks_in_49837.simpleplus a.jp-next {
	width: 14px;
	height: 14px;
	background-color: transparent !important;
	border-color: transparent !important;
	top: 5px !important;
	right: 116px;
	left: auto;
	background-position: 2px 1px;
	z-index: 50;
	}

#jPlayerstacks_in_49837.simpleplus div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 4px;
	background-color: #B7B6B8;
	width: auto;
	height: 22px;
	display: block !important;
	right: 114px;
	left: 30px !important;
}

#jPlayerstacks_in_49837.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_49837.simpleplus div.jp-play-bar {
	background-color: #FFF300;
	height: 22px;
	}

#jPlayerstacks_in_49837.simpleplus div.jp-type-playlist div.jp-volume-bar {
	right: 3px;
	left: auto;
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	width: 100px;
	height: 26px;
	cursor: pointer;
	background-color: #B7B6B8;
}

#jPlayerstacks_in_49837.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #FFF300;
	border-radius: 20px;
}

#jPlayerstacks_in_49837.simpleplus .currentTitle  {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 40px;
	color:#A1001F;
	}

#jPlayerstacks_in_49837.simpleplus div.jp-single-player,
#jPlayerstacks_in_49837.simpleplus div.jp-type-playlist {

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_49837.simpleplus div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

#jPlayerstacks_in_49837.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

#jPlayerstacks_in_49837.simpleplus div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}

#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}

#jPlayerstacks_in_49837.simpleplus div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}

#jPlayerstacks_in_49837.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49837.simpleplus div.jp-type-playlist a.jp-volume-add {
	right: 2px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_49837.simpleplus div.jp-type-playlist a.jp-volume-min {
	right: 80px;
	left: auto;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	z-index: 50;
}

#jPlayerstacks_in_49837.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

#jPlayerstacks_in_49837.customicon a.jp-play {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-play:hover {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-pause {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-pause:hover {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-stop {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-stop:hover {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-previous {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-previous:hover {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-next {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-next:hover {
	background-image: url("");
}

#jPlayerstacks_in_49837.customicon a.jp-volume-min {
	background-image: url("");
}

#jPlayerstacks_in_49837.customicon a.jp-volume-min:hover {
	background-image: url("");
}
#jPlayerstacks_in_49837.customicon a.jp-volume-max, #jPlayerstacks_in_49837.customicon a.jp-volume-add {
	background-image: url("");
}

#jPlayerstacks_in_49837.customicon a.jp-volume-max:hover, #jPlayerstacks_in_49837.customicon a.jp-volume-add:hover {
	background-image: url("");
}

/*End Custom Icon CSS Rules*/

/* @group PlayPause Player */
 
#jPlayerstacks_in_49837.playpause a.jp-previous, #jPlayerstacks_in_49837.playpause a.jp-next, #jPlayerstacks_in_49837.playpause a.jp-stop, #jPlayerstacks_in_49837.playpause div.jp-progress, #jPlayerstacks_in_49837.playpause div.jp-current-time, #jPlayerstacks_in_49837.playpause div.jp-duration {
	display: none !important;
}
 
#jPlayerstacks_in_49837.playpause a.jp-play, #jPlayerstacks_in_49837.playpause a.jp-pause {
	left: 2px !important;
	border-radius: 20px !important;
	width: 20px;
	height: 20px;
	background-position: 5px 4px;
}
 
#jPlayerstacks_in_49837.playpause a.jp-pause {
	background-position: 4px 4px;
}
 
#jPlayerstacks_in_49837.playpause a.jp-play:hover {
	background: url("img/play-hover.png") 5px 4px no-repeat;
	left: 2px !important;
}
 
#jPlayerstacks_in_49837.playpause .currentTitle  {
	display: none;
	}
 
#jPlayerstacks_in_49837.playpause div.jp-single-player,
#jPlayerstacks_in_49837.playpause div.jp-type-playlist {
 
	width: 32px;
	padding: 5px;
}
	
#jPlayerstacks_in_49837.playpause div.jp-interface {
	width: auto;
	height:30px;
	border:1px solid #9A8347;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}
 
#jPlayerstacks_in_49837.playpause div.jp-playlist {
	display: none;
	}
 
#jPlayerstacks_in_49837.playpause div.jp-playlist ul {
	width: auto;
	padding: 0;
	padding-top: 8px !important;
	top: -8px;
	position: relative;
	}
 
#jPlayerstacks_in_49837 div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom-width: 0 !important;
	}
 
#jPlayerstacks_in_49837.playpause div.jp-interface ul.jp-controls li {
position: relative;
margin-bottom: 0 !important;
}
 
#jPlayerstacks_in_49837.playpause div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_49837.playpause div.jp-type-playlist a.jp-volume-add {
	display: none;
}
 
#jPlayerstacks_in_49837.playpause div.jp-type-playlist a.jp-volume-min {
	display: none;
}
 
#jPlayerstacks_in_49837.playpause div.jp-interface ul.jp-controls a {
	top: 2px;
}
 
/* @end */
 




#stacks_in_49837 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_49837 {
	width: 600px;
}

#stacks_in_49839 {
	margin: 7px 0px 0px 0px;
}

#stacks_out_49839 {
	width: 960px;
}
/* Start Button Press stack CSS code */#stacks_in_49841{	text-align: center !important;}.stacks_in_49841dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:100% !important;	font-weight:bold !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_49841dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_49841 {
	width: 260px;
}
#stacks_in_50649 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50649 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49785 h3,#stacks_in_49785 h3 a,#stacks_in_49785 p,#stacks_in_49785 p a{
	color:rgba(193, 72, 17, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49785 p a:hover, #stacks_in_49785 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_49785 {
	width: 66%;
}

#stacks_in_49786 {
	font-size: 176%;
}

#stacks_in_49789 {
	border: solid rgba(255, 135, 80, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_49789 {
	width: 640px;
}
#stacks_in_50650 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50650 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}



#stacks_in_49794 h3,#stacks_in_49794 h3 a,#stacks_in_49794 p,#stacks_in_49794 p a{
	color:rgba(184, 112, 20, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49794 p a:hover, #stacks_in_49794 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49795 {
	font-size: 179%;
}


#stacks_in_49796 h5,#stacks_in_49796 h5 a,#stacks_in_49796 p,#stacks_in_49796 p a{
	color:rgba(190, 145, 47, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_49796 p a:hover, #stacks_in_49796 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_49797 {
	font-size: 179%;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_49800 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_49800 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_49800 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_49800 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_49800 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_49800 .owl-theme .owl-controls .owl-page.active span,#stacks_in_49800 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_49800 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_49800 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_49800outerwrapper{	max-width: 640px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_49800owl-stack{	height:0px;}#stacks_in_49800owl-stack .stacks_in_49800item img{display: block;width: 100%;height: auto;}#stacks_in_49800imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_49810 {
	width: 750px;
}

#stacks_in_49811 {
	font-size: 70%;
}
/* Start Button Press stack CSS code */#stacks_in_49812{	text-align: center !important;}.stacks_in_49812dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #68F980;	-webkit-box-shadow:inset 0px 1px 0px 0px #68F980;	box-shadow:inset 0px 1px 0px 0px #68F980;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B33A), color-stop(1, #04951C) );	background:-moz-linear-gradient( center top, #22B33A 5%, #04951C 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B33A', endColorstr='#04951C');	background-color:#18A930;	text-shadow:none;		text-shadow:1px -1px 0px #008108;			border:1px solid #008B12;	color:#FFFFFF;									font-size:137% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_49812dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #008108;		-webkit-box-shadow:inset 0px 1px 0px 0px #008108;		box-shadow:inset 0px 1px 0px 0px #008108;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #04951C), color-stop(1, #22B33A) );		background:-moz-linear-gradient( center top, #04951C 5%, #22B33A 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04951C', endColorstr='#22B33A');		background-color:#18A930;					color:;		}/* End Button Press stack CSS code */
#stacks_out_49812 {
	width: 760px;
}
