nav#deluxe_nav_stacks_in_286, nav#deluxe_nav_stacks_in_286 * {
  box-sizing: border-box;
}
nav#deluxe_nav_stacks_in_286 {
    font-family: inherit;
    
    font-size: 20px;
}

nav#deluxe_nav_stacks_in_286 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  
  
  justify-content: center;
  
}
nav#deluxe_nav_stacks_in_286 ul ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  
  font-size: 24px;
}
nav#deluxe_nav_stacks_in_286 ul li {
 display: block;
 list-style-type: none;
}




@media all and (min-width: 771px) {
  nav#deluxe_nav_stacks_in_286 > ul > li > a {
   display: flex;
   text-decoration: none;
   padding: 6px 12px;
   margin: 6px 3px;
   border-radius: 4px;
   
   
  }
  nav#deluxe_nav_stacks_in_286 > ul > li > a:hover {
   
  }
  nav#deluxe_nav_stacks_in_286 > ul > li > a:active:not([href="#"]):not([href="#0"]),
  nav#deluxe_nav_stacks_in_286 > ul > li.current > a,
  nav#deluxe_nav_stacks_in_286 > ul > li.current-parent > a,
  nav#deluxe_nav_stacks_in_286 > ul > li.current-ancestor-parent > a {
   
  }
  nav#deluxe_nav_stacks_in_286 ul > li:first-child > a {
   margin-left: 0px;
  }
  nav#deluxe_nav_stacks_in_286 ul > li:last-child > a {
   margin-right: 0px;
  }
  nav#deluxe_nav_stacks_in_286 > ul > li.parent > a:after,
  nav#deluxe_nav_stacks_in_286 > ul > li.current-parent > a:after,
  nav#deluxe_nav_stacks_in_286 > ul > li.current-ancestor-parent > a:after {
    content: "\f078";
    font-size: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin-left: 4px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_286 > ul > li > ul {
   display: none;
   position: absolute;
   z-index: 9999;
   padding: 6px 24px;
   background: rgba(244, 241, 245, 1.00);
  }
  nav#deluxe_nav_stacks_in_286 > ul > li > ul li a {
    padding: 6px 0px;
    color: #555555;
  }
  nav#deluxe_nav_stacks_in_286 > ul ul li.current a,
  nav#deluxe_nav_stacks_in_286 > ul ul li.current-parent a,
  nav#deluxe_nav_stacks_in_286 > ul ul li.current-ancestor-parent > a {
    color: #333333;
  }
  nav#deluxe_nav_stacks_in_286 > ul li:hover > ul {
   display: block;
  }
  nav#deluxe_nav_stacks_in_286 > ul > li.parent > ul > li,
  nav#deluxe_nav_stacks_in_286 > ul > li.current-parent > ul > li,
  nav#deluxe_nav_stacks_in_286 > ul > li.current-ancestor-parent > ul > li {
    /* display: -webkit-box;
    display: flex; */
  }
  nav#deluxe_nav_stacks_in_286 ul ul > li > ul > li > a:before {
    content: "\00a0\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_286 ul ul ul {
    display: block;
  }
  nav#deluxe_nav_stacks_in_286 > input,
  nav#deluxe_nav_stacks_in_286 > label {
    display: none;
  }
}
@media all and (max-width: 770px) {
  nav#deluxe_nav_stacks_in_286 {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: min-content min-content;
    align-items: center;
    grid-auto-flow: dense;
    justify-content: flex-end;
  }
  div[data-width]:first-child nav#deluxe_nav_stacks_in_286 {
    justify-content: flex-start;
  }
  nav#deluxe_nav_stacks_in_286 > input,
  nav#deluxe_nav_stacks_in_286 > label {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0;
  }
  nav#deluxe_nav_stacks_in_286 > input {
    opacity: 0;
  }
  nav#deluxe_nav_stacks_in_286 > label {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    pointer-events: none;
    width: 36px;
    height: 32px;
    background: rgba(0,0,0,0.33);
    border-radius: 4px;
    transform: translateX(100%);
  }
  nav#deluxe_nav_stacks_in_286 ul ul ul > li > a:before {
    content: "\00a0\00a0\00a0\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  div[data-width]:first-child nav#deluxe_nav_stacks_in_286 > label {
    grid-column: auto;
    grid-row: auto;
    transform: translateX(-100%);
  }
  nav#deluxe_nav_stacks_in_286 .hambar {
      position: absolute;
      top: 0;
      left: 4px;
      display: block;
      width: 28px;
      height: 4px;
      background: #fff;
      
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      border-radius: 4px;
  }
  nav#deluxe_nav_stacks_in_286 .hambar.hamtop {
      top: 5px;
  }
  nav#deluxe_nav_stacks_in_286 .hambar.hammiddle {
      top: 14px;
      opacity: 1;
  }
  nav#deluxe_nav_stacks_in_286 .hambar.hambottom {
      top: 23px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  }
  nav#deluxe_nav_stacks_in_286 > input:checked ~ label .hambar.hamtop {
    width: 27.5px;
    -webkit-transform: rotate(45deg) translate(4px, -4px);
    -ms-transform: rotate(45deg) translate(4px, -4px);
    transform: rotate(45deg) translate(4px, -4px);
  }

  nav#deluxe_nav_stacks_in_286 > input:checked ~ label .hambar.hammiddle {
      opacity: 0;
  }

  nav#deluxe_nav_stacks_in_286 > input:checked ~ label .hambar.hambottom {
      width: 27.5px;
      -webkit-transform: rotate(-45deg) translate(4px, 4px);
      -ms-transform: rotate(-45deg) translate(4px, 4px);
      transform: rotate(-45deg) translate(4px, 4px);
  }
  nav#deluxe_nav_stacks_in_286 > ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 48px;
    z-index: 9999;
    background: rgba(244, 241, 245, 1.00);
    padding: 12px 0px;
  }
  nav#deluxe_nav_stacks_in_286 > input:checked ~ ul {
    display: block;
  }
  nav#deluxe_nav_stacks_in_286 > input:checked ~ ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px 24px;
  }
  nav#deluxe_nav_stacks_in_286 ul > li > a {
   display: flex;
   text-decoration: none;
   padding: 12px 24px;
   border-radius: 4px;
   margin: 0px 0px;
   color: #555555;
  }
  nav#deluxe_nav_stacks_in_286 ul > li.parent > a:after,
  nav#deluxe_nav_stacks_in_286 ul > li.current-parent > a:after,
  nav#deluxe_nav_stacks_in_286 ul > li.current-ancestor-parent > a:after {
    content: "\f078";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin-left: 4px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_286 ul ul > li > a:before {
    content: "\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_286 ul > li > a {
   
  }
  nav#deluxe_nav_stacks_in_286 ul > li > a:hover {
   
  }
  nav#deluxe_nav_stacks_in_286 ul > li > a:active:not([href="#"]):not([href="#0"]),
  nav#deluxe_nav_stacks_in_286 ul > li.current > a,
  nav#deluxe_nav_stacks_in_286 ul > li.current-parent > a,
  nav#deluxe_nav_stacks_in_286 ul > li.current-ancestor-parent > a {
   
  }
}

nav#deluxe_nav_stacks_in_286 ul > ul > li > a {
  display: flex;
  width: 100%;
 
}
nav#deluxe_nav_stacks_in_286 ul ul > li > a:hover {
 
}
nav#deluxe_nav_stacks_in_286 ul ul > li > a:active:not([href="#"]):not([href="#0"]),
nav#deluxe_nav_stacks_in_286 ul ul > li.current > a,
nav#deluxe_nav_stacks_in_286 ul ul > li.current-parent > a,
nav#deluxe_nav_stacks_in_286 ul ul > li.current-ancestor-parent > a {
 
}



/* 1.0.1

*/
.opr-page  {
  transition: height 400ms ease-in,
    padding 400ms ease-in,
    width 400ms ease-in,
    opacity 400ms ease-in,
    transform 400ms ease-in;
}
.opr-page.opr-no-animation {
  transition: none;
  visibility: hidden;
}
.opr-next-page,
.opr-prev-page  {
  pointer-events: none;
}


.opr-page  {
  top: 0;
}
.opr-next-page  {
  z-index: 100;
  top: 0;
  opacity: 0;
}
.opr-prev-page  {
  z-index: 98;
  top: 0;
  opacity: 0;
}
.opr-current  {
  z-index: 99;
  opacity: 1;
}



















.opr-scroll-next:before,
.opr-scroll-prev:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}
 .opr-next,
 .opr-scroll-next,
 .opr-scroll-prev {
  border-color: rgba(255, 255, 255, 1.00);
}


%[if edit]%
#stacks_in_124_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_124_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_124 .layer {
	float: left;
}

%[if ]%	
#stacks_in_124 .pile {
	display: none;
}

#stacks_in_124 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_124 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_124 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_124 .clearFloats {
	clear: both;
}



/* Start Fit My Video stack CSS code */.stacks_in_265myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_265dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code */%[if edit]%
#stacks_in_275_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_275_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_275 .layer {
	float: left;
}

%[if ]%	
#stacks_in_275 .pile {
	display: none;
}

#stacks_in_275 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_275 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_275 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_275 .clearFloats {
	clear: both;
}




#stacks_in_9 {
	margin:  8px;
	padding:  8px;
}

#stacks_out_9 {
	width: 380px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_300 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_300 .theDivider1,
#simpleDivider_stacks_in_300 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_300 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_300.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_300.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_300 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_300.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_300.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_300.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_300.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_300 {
	width: 200px;
}
%[if edit]%
#stacks_in_11_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_11_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_11 .layer {
	float: left;
}

%[if ]%	
#stacks_in_11 .pile {
	display: none;
}

#stacks_in_11 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_11 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_11 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_11 .clearFloats {
	clear: both;
}




#stacks_in_294 .cleanResponse1_L {
	width:100%;
	margin: 0 0 10px 0;
}



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_294 .cleanResponse1_L {
		width:100%;
		margin:0 0 10 0;
	}
		
	
}
#stacks_out_147 {
	width: 400px;
}

#stacks_in_151 {
	margin:  12px;
	padding:  8px;
}

#stacks_out_151 {
	width: 380px;
}

#stacks_out_173 {
	width: 400px;
}

#stacks_in_177 {
	margin:  12px;
	padding:  8px;
}

#stacks_out_177 {
	width: 380px;
}

#stacks_out_199 {
	width: 400px;
}

#stacks_in_203 {
	margin:  12px;
	padding:  8px;
}

#stacks_out_203 {
	width: 380px;
}
%[if edit]%
#stacks_in_47_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_47_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_47 .layer {
	float: left;
}

%[if ]%	
#stacks_in_47 .pile {
	display: none;
}

#stacks_in_47 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_47 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_47 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_47 .clearFloats {
	clear: both;
}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_32 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_32 .theDivider1,
#simpleDivider_stacks_in_32 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_32 .theDivider1 {
	height: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
#simpleDivider_stacks_in_32.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #2A4152;
}
#simpleDivider_stacks_in_32.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_32 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_32.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_32.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_32.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_32.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_32 {
	width: 320px;
}

#stacks_out_249 {
	width: 280px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_308 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_308 .theDivider1,
#simpleDivider_stacks_in_308 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_308 .theDivider1 {
	height: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
#simpleDivider_stacks_in_308.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #2A4152;
}
#simpleDivider_stacks_in_308.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_308 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_308.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_308.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_308.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_308.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_308 {
	width: 320px;
}

#stacks_in_252 {
	font-size: 128%;
	font-weight: bolder;
}

#stacks_in_248 .cleanResponse1_L {
	width:100%;
	margin: 0 0 10px 0;
}



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_248 .cleanResponse1_L {
		width:100%;
		margin:0 0 10 0;
	}
		
	
}#stacks_in_253>.s3_row {
	margin: 0 -15px;
}

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

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




#stacks_in_253>.s3_row>.s3_column {
	padding: 0 15px;
}










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



}



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


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


}






#stacks_out_253 {
	width: 200px;
}


%[if edit]%
#stacks_in_307_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_307_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_307 .layer {
	float: left;
}

%[if ]%	
#stacks_in_307 .pile {
	display: none;
}

#stacks_in_307 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_307 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_307 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_307 .clearFloats {
	clear: both;
}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_306 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_306 .theDivider1,
#simpleDivider_stacks_in_306 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_306 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_306.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_306.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_306 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_306.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_306.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_306.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_306.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_306 {
	width: 200px;
}
