/* 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_page1{	text-align: center !important;}.stacks_in_36516_page1dooabutton{	-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_36516_page1dooabutton: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 *//*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_36519_page1 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_36519_page1 .theDivider1, #simpleDivider_stacks_in_36519_page1 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_36519_page1 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_36519_page1 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_50065_page1 {
	margin: 30px 0px 0px 0px;
}
 #stacks_in_50066_page1 h2,#stacks_in_50066_page1 h2 a,#stacks_in_50066_page1 p,#stacks_in_50066_page1 p a{font-size:56px;line-height:1.00em;margin:0}  #stacks_in_50066_page1 h2,#stacks_in_50066_page1 h2 a,#stacks_in_50066_page1 p,#stacks_in_50066_page1 p a{color:#D20011;-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;font-style:normal;text-decoration:none;text-align:center;font-weight: bolder ;font-family:Arial, Helvetica, sans-serif;           text-shadow:.2em .5em .1em #85D3FF,-0.3em .1em .1em #6BDEAA,0.4em -0.3em .1em #F7DBA6;padding:.5em;           }
#stacks_in_50066_page1 p a:hover,#stacks_in_50066_page1 h2 a:hover{color:#CCCCCC}   

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

#stacks_in_50067_page1 {
	font-size: 79%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_50139_page1 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_50139_page1 .theDivider1, #simpleDivider_stacks_in_50139_page1 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_50139_page1 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_50139_page1 .theDivider2 {
	height: 1px;
	background-color: #FFB486;
}
 #stacks_in_50148_page1 h3,#stacks_in_50148_page1 h3 a,#stacks_in_50148_page1 p,#stacks_in_50148_page1 p a{color:#E20175;-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .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 #FFFFFF,1px 1px 1px #F0F0F0,2px 2px 1px #E1E1E1,3px 3px 1px #D2D2D2,4px 4px 1px #C3C3C3,5px 5px 1px #B4B4B4;padding:5px 0;  }
#stacks_in_50148_page1 p a:hover,#stacks_in_50148_page1 h3 a:hover{color:#CCCCCC}   

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

#stacks_in_50149_page1 {
	font-size: 179%;
}
 #stacks_in_50150_page1 h3,#stacks_in_50150_page1 h3 a,#stacks_in_50150_page1 p,#stacks_in_50150_page1 p a{color:#E20175;-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .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 #FFFFFF,1px 1px 1px #F0F0F0,2px 2px 1px #E1E1E1,3px 3px 1px #D2D2D2,4px 4px 1px #C3C3C3,5px 5px 1px #B4B4B4;padding:5px 0;  }
#stacks_in_50150_page1 p a:hover,#stacks_in_50150_page1 h3 a:hover{color:#CCCCCC}   

#stacks_in_50151_page1 {
	font-size: 179%;
}

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

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

#stacks_out_50070_page1 {
	width: 780px;
}

#stacks_in_50070_page1 {
	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_in_50071_page1 h3,#stacks_in_50071_page1 h3 a,#stacks_in_50071_page1 p,#stacks_in_50071_page1 p a{color:#9D35AB;-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;font-style:normal;text-decoration:none;text-align:center;font-weight: bold ; font-family:"";                    }
#stacks_in_50071_page1 p a:hover,#stacks_in_50071_page1 h3 a:hover{color:#CCCCCC}   

#stacks_in_50071_page1 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_50073_page1 h3,#stacks_in_50073_page1 h3 a,#stacks_in_50073_page1 p,#stacks_in_50073_page1 p a{color:#9D35AB;-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;font-style:normal;text-decoration:none;text-align:center;font-weight: bold ; font-family:"";                    }
#stacks_in_50073_page1 p a:hover,#stacks_in_50073_page1 h3 a:hover{color:#CCCCCC}   

#stacks_in_50073_page1 {
	margin: 10px 0px 0px 0px;
}
 #stacks_in_50075_page1 h4,#stacks_in_50075_page1 h4 a,#stacks_in_50075_page1 p,#stacks_in_50075_page1 p a{color:#9D35AB;-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;font-style:normal;text-decoration:none;text-align:center;font-weight: bold ; font-family:"";                    }
#stacks_in_50075_page1 p a:hover,#stacks_in_50075_page1 h4 a:hover{color:#CCCCCC}   
 #stacks_in_50077_page1 h4,#stacks_in_50077_page1 h4 a,#stacks_in_50077_page1 p,#stacks_in_50077_page1 p a{color:#9D35AB;-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;font-style:normal;text-decoration:none;text-align:center;font-weight: bold ; font-family:"";                    }
#stacks_in_50077_page1 p a:hover,#stacks_in_50077_page1 h4 a:hover{color:#CCCCCC}   

#stacks_in_50077_page1 {
	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_page1 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50082_page1 .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_page1 .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_page1 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50082_page1 .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_page1 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50082_page1 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50082_page1 .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_page1 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50082_page1outerwrapper{	max-width: 960px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50082_page1owl-stack{	height:0px;}#stacks_in_50082_page1owl-stack .stacks_in_50082_page1item img{display: block;width: 100%;height: auto;}#stacks_in_50082_page1imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_out_50082_page1 {
	width: 850px;
}
#stacks_in_50124_page1>.s3_row {
	margin: 0 -10px;
}

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

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




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







  


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



}



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


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


}




  

#stacks_out_50124_page1 {
	width: 860px;
}

#stacks_in_50125_page1 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50127_page1 div.jp-single-player,
#jPlayerstacks_in_50127_page1 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_page1 div.jp-interface {
	position: relative;
	background-color: #ECEEEB;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

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

#jPlayerstacks_in_50127_page1 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50127_page1 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_page1 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_page1 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50127_page1 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50127_page1 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_page1 a.jp-play,
#jPlayerstacks_in_50127_page1 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50127_page1 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50127_page1 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50127_page1 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50127_page1 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50127_page1 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127_page1 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50127_page1 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127_page1 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50127_page1 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50127_page1 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127_page1 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_page1 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127_page1 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_page1 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127_page1 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #ADB1AF;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50127_page1 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50127_page1 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50127_page1 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50127_page1 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_page1 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50127_page1 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50127_page1 a.jp-volume-max, #jPlayerstacks_in_50127_page1 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_page1 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50127_page1 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50127_page1 a.jp-volume-max:hover, #jPlayerstacks_in_50127_page1 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50127_page1 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_page1 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50127_page1 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50127_page1 div.jp-current-time,
#jPlayerstacks_in_50127_page1 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50127_page1 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50127_page1 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50127_page1 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50127_page1 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50127_page1 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_page1 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50127_page1 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_page1 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50127_page1 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50127_page1 #current_track {
	display: none;
}

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

div.jp-jplayer {
	height: 0;
}

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

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

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

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

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

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

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

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50127_page1.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_page1.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

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

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

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

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

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

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

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

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

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

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

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

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

#jPlayerstacks_in_50127_page1.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_page1.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_page1.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50127_page1.simpleplus div.jp-play-bar {
	background-color: #ADB1AF;
	height: 22px;
	}

#jPlayerstacks_in_50127_page1.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_page1.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #ADB1AF;
	border-radius: 20px;
}

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

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

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50127_page1.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_page1.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

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

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

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

#jPlayerstacks_in_50127_page1.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50127_page1.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_page1.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_page1.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

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

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

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

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

/*End Custom Icon CSS Rules*/

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




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

#stacks_in_50130_page1 {
	margin: 20px 0px 0px 0px;
}
#jPlayerstacks_in_50132_page1 div.jp-single-player,
#jPlayerstacks_in_50132_page1 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_page1 div.jp-interface {
	position: relative;
	background-color: #ECEEEB;
	width:260px;
	height:30px;
	border:1px solid #9A8347;
}

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

#jPlayerstacks_in_50132_page1 div.jp-single-player div.jp-interface {
	border-bottom:none;
}
#jPlayerstacks_in_50132_page1 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_page1 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_page1 div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0 !important;
	margin: 0 !important;
}
#jPlayerstacks_in_50132_page1 div.jp-interface ul.jp-controls li {
	position: absolute;
	margin-bottom: 0 !important;
}
#jPlayerstacks_in_50132_page1 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_page1 a.jp-play,
#jPlayerstacks_in_50132_page1 a.jp-pause {
	top:5px;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50132_page1 div.jp-single-player a.jp-play,
#jPlayerstacks_in_50132_page1 div.jp-single-player a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist a.jp-play,
#jPlayerstacks_in_50132_page1 div.jp-type-playlist a.jp-pause {
	left:30px;
}
#jPlayerstacks_in_50132_page1 a.jp-play {
	background: url("img/play.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50132_page1 a.jp-play:hover {
	background: url("img/play-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132_page1 a.jp-pause {
	background: url("img/pause.png") center no-repeat;
	background-color: #F6F5F7;
}
#jPlayerstacks_in_50132_page1 a.jp-pause:hover {
	background: url("img/pause-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132_page1 a.jp-stop {
	top:5px;
	background: url("img/stop.png") center no-repeat;
	background-color: #F6F5F7;
	width:16px;
	height:16px;
}
#jPlayerstacks_in_50132_page1 div.jp-single-player a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist a.jp-stop {
	left:80px;
}
#jPlayerstacks_in_50132_page1 a.jp-stop:hover {
	background: url("img/stop-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132_page1 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_page1 a.jp-previous:hover {
	background: url("img/back-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132_page1 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_page1 a.jp-next:hover {
	background: url("img/next-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132_page1 div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:5px;
	background-color: #ADB1AF;
	width:90px;
	height:9px;
}
#jPlayerstacks_in_50132_page1 div.jp-single-player div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist div.jp-progress {
	left:110px;
}
#jPlayerstacks_in_50132_page1 div.jp-seek-bar {
	background-color: #F6F5F7;
	width:0px;
	height:9px;
	cursor: pointer;
}
#jPlayerstacks_in_50132_page1 div.jp-play-bar {
	background-color: #88733E ;
	width:0px;
	height:9px;
}
#jPlayerstacks_in_50132_page1 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_page1 div.jp-single-player a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist a.jp-volume-min {
	left:208px;
}
#jPlayerstacks_in_50132_page1 a.jp-volume-min:hover {
	background: url("img/min-hover.png") center no-repeat;
}
#jPlayerstacks_in_50132_page1 a.jp-volume-max, #jPlayerstacks_in_50132_page1 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_page1 div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50132_page1 div.jp-type-playlist a.jp-volume-add {
	left:233px;
}
#jPlayerstacks_in_50132_page1 a.jp-volume-max:hover, #jPlayerstacks_in_50132_page1 a.jp-volume-add:hover {
	background: url("img/plus-hover.png") center no-repeat;
}

#jPlayerstacks_in_50132_page1 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_page1 div.jp-single-player div.jp-volume-bar {
	left:292px;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist div.jp-volume-bar {
	left:314px;
}
#jPlayerstacks_in_50132_page1 div.jp-volume-bar-value {
	/*background: url("jplayer.dark.jpg") 0 -256px repeat-x;*/
	width:0px;
	height:5px;
	display: none;
}
#jPlayerstacks_in_50132_page1 div.jp-current-time,
#jPlayerstacks_in_50132_page1 div.jp-duration {
	position: absolute;
	top:13px;
	width:90px;
	font-size:.64em;
	font-style:oblique;
}
#jPlayerstacks_in_50132_page1 div.jp-duration {
	text-align: right;
}
#jPlayerstacks_in_50132_page1 div.jp-single-player div.jp-current-time,
#jPlayerstacks_in_50132_page1 div.jp-single-player div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist div.jp-current-time,
div.jp-type-playlist div.jp-duration {
	left:110px;
}
#jPlayerstacks_in_50132_page1 div.jp-playlist {
	width:260px;
	display: block;
}
#jPlayerstacks_in_50132_page1 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_page1 div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px !important;
	border-bottom:1px solid #9A8347;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px !important;
	border-bottom:none;
}
#jPlayerstacks_in_50132_page1 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_page1 div.jp-type-playlist div.jp-playlist a {
	color: #88733E;
	text-decoration: none;
	background-color: transparent;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist div.jp-playlist a:hover {
	color:#A1001F;
	background-color: transparent;
}
#jPlayerstacks_in_50132_page1 div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#A1001F;
}

#jPlayerstacks_in_50132_page1 #current_track {
	display: none;
}

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

div.jp-jplayer {
	height: 0;
}

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

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

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

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

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

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

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

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50132_page1.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_page1.simple div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

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

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

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

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

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

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

/*End Simple Player CSS Rules*/

/*Simple Player PLUS CSS Rules*/

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

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

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

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

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

#jPlayerstacks_in_50132_page1.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_page1.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_page1.simpleplus div.jp-seek-bar {
	background-color: transparent;
	height: 22px;
	}
	
#jPlayerstacks_in_50132_page1.simpleplus div.jp-play-bar {
	background-color: #ADB1AF;
	height: 22px;
	}

#jPlayerstacks_in_50132_page1.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_page1.simpleplus div.jp-volume-bar-value {
	width: 0px;
	height: 26px;
	background-color: #ADB1AF;
	border-radius: 20px;
}

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

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

	width: auto;
	padding: 5px;
}
	
#jPlayerstacks_in_50132_page1.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_page1.simpleplus div.jp-playlist {
	width: 100%;
	z-index: 5;
	}

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

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

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

#jPlayerstacks_in_50132_page1.simpleplus div.jp-type-playlist a.jp-volume-max, #jPlayerstacks_in_50132_page1.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_page1.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_page1.simpleplus div.jp-interface ul.jp-controls a {
	top: 2px;
}

/*End Simple Player PLUS CSS Rules*/

/*Start Custom Icon CSS Rules*/

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

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

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

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

/*End Custom Icon CSS Rules*/

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




#stacks_in_50132_page1 {
	margin: 10px 0px 0px 0px;
}
/* Start Button Press stack CSS code */#stacks_in_50135_page1{	text-align: center !important;}.stacks_in_50135_page1dooabutton{	-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_50135_page1dooabutton: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_page1 {
	width: 260px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_50136_page1 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_50136_page1 .theDivider1, #simpleDivider_stacks_in_50136_page1 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_50136_page1 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_50136_page1 .theDivider2 {
	height: 1px;
	background-color: #FFB486;
}
