
#stacks_in_1272_page0 {
	background-image: url("../index_files/backgroundImage_1272.png");
	background-repeat: repeat;
	background-position: left top;
}
.parallax-slider-stacks_in_69_page0{
	width: 100%;
	min-width: 500px;
	height: 400px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../index_files/nh_parallax_bg_image_69.png) repeat 0% 0%;
	background-image: ;
	border-top: 7px solid #E4B42D;
	border-bottom: 7px solid #E4B42D;
	border: ;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.parallax-slider-stacks_in_69_page0 .stacks_out , .parallax-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.parallax-slide-current{
	z-index: 10;
}
.parallax-slider-stacks_in_69_page0-fb .parallax-slide{
	left: 100%;
}
.parallax-slider-stacks_in_69_page0-fb  .parallax-slide.parallax-slide-current{
	left: 0px;
}
.parallax-slide h2,
.parallax-slide .parallax-desc,
.parallax-slide .parallax-link,
.parallax-slide .parallax-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.parallax-slider-stacks_in_69_page0-fb .parallax-slide h2,
.parallax-slider-stacks_in_69_page0-fb .parallax-slide .parallax-desc,
.parallax-slider-stacks_in_69_page0-fb .parallax-slide .parallax-link{
	left: 10%;
	opacity: 1;
	
}
.parallax-slider-stacks_in_69_page0-fb .parallax-slide .parallax-img{
	left: 60%;
	opacity: 1;
}
.parallax-slide h2{
	margin: 0;
	color: #800000;
	width: 50%;
	
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px #008040;
	font-weight: 700;
}
.parallax-slide .parallax-desc{
	width: 45%;
	
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	/* height: 45%; */
	overflow: hidden;
	text-shadow: none;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
}
.parallax-slide .parallax-desc a,
.parallax-slide .parallax-desc a:hover{
	color: #000000 !important;
	text-shadow: none;
}
.parallax-slide .parallax-img{
	text-align: center;
	width: 30%;
	
	/* height: 65%; */
	max-height: 400px;
	line-height: 80%;
	left: 110%; /*60%*/
}
.parallax-slide .parallax-link{
	bottom: 5px; 
	border-radius: 10px;
	color: #000000;
	text-shadow: 1px 1px 1px #CCCCCC;
	border: 7px solid #FFFFFF;
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background: #CCCCCC;
}
.parallax-slide .parallax-link:hover{
	background: #CCCCCC;
	text-decoration: none;
}
.parallax-dots{
	width: 100%;
	position: absolute;
	display:  !important;
	text-align: center;
	left: 0px;
	top: auto;
	bottom: 10px;
	z-index: 11;
	height: auto;
	line-height: normal;
	background: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-perspective: none;
}
.parallax-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #E4B42D;
	margin: 3px;
	cursor: pointer;
}
.parallax-dots span.parallax-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.parallax-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
	display:  !important;
	top: 50%;
	height: auto;
	line-height: normal;
	background: none;
	-webkit-perspective: none;
}
.parallax-arrows span{
	position: absolute;
	top: 50%;
	height: 28px;
	width: 28px;
	border-radius: 5px;
	background: #E4B42D;
	cursor: pointer;
	z-index: 11;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.parallax-slider-stacks_in_69_page0:hover .parallax-arrows span{
	opacity: 1;
}
.parallax-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 4px;
	background: transparent url(../index_files/parallax/arrows.png) no-repeat top left;
	border-radius: 3px;
}
.parallax-arrows span:hover:after{
}
.parallax-arrows span:active:after{
}
.parallax-arrows span.parallax-arrows-next:after{
	background-position: top right;
}
.parallax-arrows span.parallax-arrows-prev{
	left: 15px;
}
.parallax-arrows span.parallax-arrows-next{
	right: 15px;
}

.parallax-slide-current h2,
.parallax-slide-current .parallax-desc,
.parallax-slide-current .parallax-link{
	left: 10%;
	opacity: 1;
	
	
}
.parallax-slide-current .parallax-img{
	left: 60%;
	
	opacity: 1;
	
}
/* Animation classes and animations */

/* Slide in from the right*/

.parallax-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.parallax-slide-fromright .parallax-desc{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.parallax-slide-fromright .parallax-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}


.parallax-slide-fromright .parallax-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}

@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

/* Slide in from the left*/

.parallax-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.parallax-slide-fromleft .parallax-desc{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.parallax-slide-fromleft .parallax-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}


.parallax-slide-fromleft .parallax-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}

@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

/* Slide out to the right */

.parallax-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.parallax-slide-toright .parallax-desc{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.parallax-slide-toright .parallax-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}


.parallax-slide-toright .parallax-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}

@-webkit-keyframes toRightAnim1{
	0%{ left: 10%; opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}


@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}


@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

/* Slide out to the left*/

.parallax-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.parallax-slide-toleft .parallax-desc{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.parallax-slide-toleft .parallax-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}


.parallax-slide-toleft .parallax-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}

@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


@media only screen and (max-device-width: 480px), (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 481px) and (max-width: 1024px) { 
	.parallax-arrows span{ opacity: 1 !important; }
}


@media only screen and (max-device-width: 480px), (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	.parallax-slider-stacks_in_69_page0{ min-width: 250px; }
	.parallax-arrows span{ opacity: 1 !important; }
	.parallax-arrows span.parallax-arrows-prev{ left: 0; }
	.parallax-arrows span.parallax-arrows-next{	right: 0; }
	.parallax-mobile h2, .parallax-mobile .parallax-desc, .parallax-mobile .parallax-link, .parallax-mobile .parallax-img{ width: auto; }
	.parallax-mobile h2, .parallax-mobile .parallax-desc { margin-right: 10%; }
	.parallax-slider-stacks_in_69_page0-fb .parallax-mobile .parallax-img, .parallax-mobile-current .parallax-img{ left: 10%; }
	.parallax-slider-stacks_in_69_page0-fb .parallax-mobile .parallax-img .imageStyle,.parallax-slider-stacks_in_69_page0-fb .parallax-mobile .imageStyle{ max-width: 100% !important; height: auto; }
	
	
	.parallax-mobile-fromright .parallax-img{
		-webkit-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		-moz-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		-o-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		-ms-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
	}
	
	
	@-webkit-keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-moz-keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-o-keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	
	.parallax-mobile-fromleft .parallax-img{
		-webkit-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		-moz-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		-o-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		-ms-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
	}
	
	
	@-webkit-keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-moz-keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-o-keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	
	.parallax-mobile-toright .parallax-img{
		-webkit-animation: mobileToRightAnim4 0.6s ease-in both;
		-moz-animation: mobileToRightAnim4 0.6s ease-in both;
		-o-animation: mobileToRightAnim4 0.6s ease-in both;
		-ms-animation: mobileToRightAnim4 0.6s ease-in both;
		animation: mobileToRightAnim4 0.6s ease-in both;
	}
	
		
	@-webkit-keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	@-moz-keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	@-o-keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	@keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	
	.parallax-mobile-toleft .parallax-img{
		-webkit-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		-moz-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		-o-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		-ms-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
	}
	
	
	@-webkit-keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
	@-moz-keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
	@-o-keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
	@keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
}

#stacks_in_69_page0 {
	background-image: url("../index_files/backgroundImage_69.png");
	background-repeat: repeat;
	background-position: left top;
}
#stacks_in_71_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_71_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_71_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_71_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_71_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_79_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_79_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_79_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_79_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_79_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_83_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_83_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_83_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_83_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_83_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_87_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_87_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_87_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_87_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_87_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_2020_page0 {
	margin:  10px;
	padding:  9px;
}

#stacks_in_2021_page0 {
	font-size: 116%;
	font-weight: bold;
}
#stacks_in_0_page0{}#stacks_in_0_page0>.jack-wrapper{margin:0;padding:0;background:0;position:relative;display:block;  z-index:100;     width:64%;  margin:12px;  margin-left:auto;margin-right:auto;    border-radius:0px; -moz-box-shadow:1px 1px 2px 1px #333333;-webkit-box-shadow:1px 1px 2px 1px #333333;box-shadow:1px 1px 2px 1px #333333; behavior:url(/PIE/PIE.htc)}#stacks_in_0_page0>.jack-wrapper.hover{   border-radius:0px;  behavior:url(/PIE/PIE.htc)}#stacks_in_0_page0>.jack-wrapper>.jack{margin:0;padding:0;background:0;position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;    overflow-x:auto;white-space:nowrap;   padding:11px;  -webkit-transition-property:border,border-radius,border-color,border-width,border-style;-moz-transition-property:border,border-radius,border-color,border-width,border-style;transition-property:border,border-radius,border-color,border-width,border-style;-webkit-transition-duration:500ms;-moz-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out; border-color:#000000; border-style:solid;  border-width:0px;  border-radius:0px;  -moz-box-shadow:inset 0px 0px 0px 0px #333333;-webkit-box-shadow:inset 0px 0px 0px 0px #333333;box-shadow:inset 0px 0px 0px 0px #333333; behavior:url(/PIE/PIE.htc)}
#stacks_in_0_page0>.jack-wrapper>.jack.hover{ border-color:#FFFF00; border-style:solid;  border-width:2px;  border-radius:0px;   behavior:url(/PIE/PIE.htc)}#stacks_in_0_page0>.jack-wrapper>.jack>.stacks_out{  display:inline-block;white-space:nowrap; }#stacks_in_0_page0>.jack-wrapper>.jack-back{ width:100%;height:100%;top:0;left:0;position:absolute;  border-radius:0px;  -webkit-transition-property:opacity,background,background-image,background-color,background-attachment,background-clip,background-size,background-position,background-repeat;-moz-transition-property:opacity,background,background-image,background-color,background-attachment,background-clip,background-size,background-position,background-repeat;transition-property:opacity,background,background-image,background-color,background-attachment,background-clip,background-size,background-position,background-repeat;-webkit-transition-duration:500ms;-moz-transition-duration:500ms;transition-duration:500ms;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease; background-attachment:scroll;background-clip:border-box; background-color:transparent;   filter:alpha(opacity=50);opacity:0.50;   background-color:#804000;  background-image:-webkit-gradient(linear,left top,left bottom,from(#804000),to(#EC922A));background-image:-webkit-linear-gradient(top,#804000,#EC922A);background-image:-moz-linear-gradient(top,#804000,#EC922A);background-image:-o-linear-gradient(top,#804000,#EC922A);background-image:linear-gradient(to bottom,#804000,#EC922A);               behavior:url(/PIE/PIE.htc)}
#stacks_in_0_page0>.jack-wrapper>.jack-back.hover{  border-radius:0px;   background-attachment:scroll;background-clip:border-box;  filter:alpha(opacity=100);opacity:1.00; background:0;background-color:;  background-image:-webkit-gradient(linear,left top,left bottom,from(),to());background-image:-webkit-linear-gradient(top,,);background-image:-moz-linear-gradient(top,,);background-image:-o-linear-gradient(top,,);background-image:linear-gradient(to bottom,,);                behavior:url(/PIE/PIE.htc)}

#stacks_in_0_page0 {
	background-image: url("../index_files/backgroundImage_0.jpg");
	background-repeat: repeat;
	background-position: left top;
	margin:  12px;
	padding:  12px;
}

#stacks_in_5_page0 {
	font-size: 95%;
	font-weight: bold;
}

#stacks_in_1901_page0 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_1901_page0 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_1901_page0 {
	margin:  12px;
	padding:  12px;
}
#stacks_in_1916_page0 .prints-column{float:left;margin-right:10px;padding:0}#stacks_in_1916_page0 .polaroid img{max-width:200px}#stacks_in_1916_page0 a{text-decoration:none}#stacks_in_1916_page0 .polaroid{-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;display:block;background:#FFFFFF;padding:10px;margin:5px;-moz-box-shadow:#800000 5px 5px 20px;-webkit-box-shadow:#800000 5px 5px 20px;box-shadow:#800000 5px 5px 20px;margin-bottom:2em}#stacks_in_1916_page0 .polaroid:hover{-moz-box-shadow:#EC922A 5px 5px 20px;-webkit-box-shadow:#EC922A 5px 5px 20px;box-shadow:#EC922A 5px 5px 20px}#stacks_in_1916_page0 .prints_wrapper{margin:0 auto;padding:25px;position:relative;display:block}#stacks_in_1916_page0 .full_print{display:none}#zoom_table{background:0;margin:0;border-color:transparent}#zoom_table td{padding:0;margin:0}
/* StripeyThing by RapidWeaver Central */

#stripeythingstacks_in_1938_page0 {
	display: block;
	position: relative;
}

#stacks_in_1938_page0 .stripeything {
	height: 5px;
	width:100%;
	margin: 0;
	padding: 0;
	display: block;
	background: -webkit-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -moz-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -ms-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
}

#stacks_in_1938_page0 .stripeything0stacks_in_1938_page0 {
	
}

#stacks_in_1938_page0 .stripeything1stacks_in_1938_page0 {
	
}

#stacks_in_1938_page0 .stripeything2stacks_in_1938_page0 {
	
}

#stacks_in_1938_page0 .stripeything3stacks_in_1938_page0 {
	
}


#stacks_in_1938_page0 {
	margin:  12px;
	padding:  12px;
}
 #stacks_in_14_page0 .button_icon,#stacks_in_14_page0 .button_icon i{margin:0;padding:0;display:inline-block;font-weight:normal;height:28px;line-height:28px;font-size:17px}  #stacks_in_14_page0 .button_label{font:500 14px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;height:2em;line-height:2em;display:inline-block; } #stacks_in_14_page0 .button_icon{border-right:1px solid rgba(0,0,0,0.2);float:left;padding-right:10px}#stacks_in_14_page0 .button_label{border-left:1px solid rgba(255,255,255,0.2);float:left;padding:0 5px 0 10px}  #stacks_in_14_page0 .sweet_button_wrapper{text-align:center; height:28px;}@media screen and (max-width:500px){#stacks_in_14_page0 .sweet_button_wrapper{ height:24px;} #stacks_in_14_page0 .button_icon,#stacks_in_14_page0 .button_icon i{height:24px;line-height:2em;font-size:15px}  #stacks_in_14_page0 .button_label{font:500 12px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;line-height:2em}}#stacks_in_14_page0 .sweet_button{cursor:pointer;display:inline-block;margin:0;padding:0 10px;text-decoration:none;text-align:center;color:rgba(255, 255, 255, 1.00);border-style:solid;border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-radius:5px;background:rgba(74, 115, 224, 1.00)}#stacks_in_14_page0 a.sweet_button:visited{color:rgba(255, 255, 255, 1.00)}#stacks_in_14_page0 .sweet_button:hover{border-color:rgba(153, 153, 153, 1.00)} #stacks_in_14_page0 .sweet_button{text-shadow:0 1px 1px rgba(0,0,0,0.75)}     #stacks_in_14_page0 .sweet_button{-moz-box-shadow:0 2px 5px rgba(0,0,0,0.75);-webkit-shadow:0 2px 5px rgba(0,0,0,0.75);box-shadow:0 2px 5px rgba(0,0,0,0.75)}#stacks_in_14_page0 .sweet_button_wrapper{padding-bottom:13px} #stacks_in_14_page0 .sweet_button:hover{color:rgba(255, 255, 255, 1.00);background:rgba(94, 135, 244, 1.00)}#stacks_in_14_page0 .sweet_button:active{background:rgba(54, 95, 204, 1.00)}#stacks_in_14_page0 .sweet_button.clicked{background:rgba(38, 113, 45, 1.00);border-color:rgba(0, 0, 0, 1.00)}#stacks_in_14_page0 .sweet_button.clicked:hover{background:rgba(58, 133, 65, 1.00);border-color:rgba(153, 153, 153, 1.00)}#stacks_in_14_page0 .sweet_button.clicked:active{background:rgba(18, 93, 25, 1.00)}  #stacks_in_14_page0 .sweet_button.adv_gradient{background:rgba(74, 115, 224, 1.00);background:-webkit-linear-gradient(top,rgba(74, 115, 224, 1.00),rgba(74, 115, 224, 1.00));background:-webkit-gradient(linear,left top,left bottom,rgba(74, 115, 224, 1.00),rgba(74, 115, 224, 1.00));background:-moz-linear-gradient(top,rgba(74, 115, 224, 1.00),rgba(74, 115, 224, 1.00));background:-o-linear-gradient(top,rgba(74, 115, 224, 1.00),rgba(74, 115, 224, 1.00));background:-ms-linear-gradient(top,rgba(74, 115, 224, 1.00),rgba(74, 115, 224, 1.00));background:linear-gradient(top,rgba(74, 115, 224, 1.00),rgba(74, 115, 224, 1.00));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(74, 115, 224, 1.00)',endColorstr='rgba(74, 115, 224, 1.00)',GradientType=0)}#stacks_in_14_page0 .sweet_button.adv_gradient:hover{background:rgba(94, 135, 244, 1.00);background:-webkit-linear-gradient(top,rgba(94, 135, 244, 1.00),rgba(94, 135, 244, 1.00));background:-webkit-gradient(linear,left top,left bottom,rgba(94, 135, 244, 1.00),rgba(94, 135, 244, 1.00));background:-moz-linear-gradient(top,rgba(94, 135, 244, 1.00),rgba(94, 135, 244, 1.00));background:-o-linear-gradient(top,rgba(94, 135, 244, 1.00),rgba(94, 135, 244, 1.00));background:-ms-linear-gradient(top,rgba(94, 135, 244, 1.00),rgba(94, 135, 244, 1.00));background:linear-gradient(top,rgba(94, 135, 244, 1.00),rgba(94, 135, 244, 1.00));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(94, 135, 244, 1.00)',endColorstr='rgba(94, 135, 244, 1.00)',GradientType=0)}
#stacks_in_14_page0 .sweet_button.adv_gradient:active{background:rgba(54, 95, 204, 1.00);background:-webkit-linear-gradient(top,rgba(54, 95, 204, 1.00),rgba(54, 95, 204, 1.00));background:-webkit-gradient(linear,left top,left bottom,rgba(54, 95, 204, 1.00),rgba(54, 95, 204, 1.00));background:-moz-linear-gradient(top,rgba(54, 95, 204, 1.00),rgba(54, 95, 204, 1.00));background:-o-linear-gradient(top,rgba(54, 95, 204, 1.00),rgba(54, 95, 204, 1.00));background:-ms-linear-gradient(top,rgba(54, 95, 204, 1.00),rgba(54, 95, 204, 1.00));background:linear-gradient(top,rgba(54, 95, 204, 1.00),rgba(54, 95, 204, 1.00));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(54, 95, 204, 1.00)',endColorstr='rgba(54, 95, 204, 1.00)',GradientType=0)}#stacks_in_14_page0 .sweet_button.adv_gradient.clicked{background:rgba(38, 113, 45, 1.00);background:-webkit-linear-gradient(top,rgba(38, 113, 45, 1.00),rgba(38, 113, 45, 1.00));background:-webkit-gradient(linear,left top,left bottom,rgba(38, 113, 45, 1.00),rgba(38, 113, 45, 1.00));background:-moz-linear-gradient(top,rgba(38, 113, 45, 1.00),rgba(38, 113, 45, 1.00));background:-o-linear-gradient(top,rgba(38, 113, 45, 1.00),rgba(38, 113, 45, 1.00));background:-ms-linear-gradient(top,rgba(38, 113, 45, 1.00),rgba(38, 113, 45, 1.00));background:linear-gradient(top,rgba(38, 113, 45, 1.00),rgba(38, 113, 45, 1.00));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(38, 113, 45, 1.00)',endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0)}#stacks_in_14_page0 .sweet_button.adv_gradient.clicked:hover{background:rgba(68, 143, 75, 1.00);background:-webkit-linear-gradient(top,rgba(58, 133, 65, 1.00),rgba(58, 133, 65, 1.00));background:-webkit-gradient(linear,left top,left bottom,rgba(58, 133, 65, 1.00),rgba(58, 133, 65, 1.00));background:-moz-linear-gradient(top,rgba(58, 133, 65, 1.00),rgba(58, 133, 65, 1.00));background:-o-linear-gradient(top,rgba(58, 133, 65, 1.00),rgba(58, 133, 65, 1.00));background:-ms-linear-gradient(top,rgba(58, 133, 65, 1.00),rgba(58, 133, 65, 1.00));background:linear-gradient(top,rgba(58, 133, 65, 1.00),rgba(58, 133, 65, 1.00));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(58, 133, 65, 1.00)',endColorstr='rgba(58, 133, 65, 1.00)',GradientType=0)}#stacks_in_14_page0 .sweet_button.adv_gradient.clicked:active{background:rgba(18, 93, 25, 1.00);background:-webkit-linear-gradient(top,rgba(18, 93, 25, 1.00),rgba(18, 93, 25, 1.00));background:-webkit-gradient(linear,left top,left bottom,rgba(18, 93, 25, 1.00),rgba(18, 93, 25, 1.00));background:-moz-linear-gradient(top,rgba(18, 93, 25, 1.00),rgba(18, 93, 25, 1.00));background:-o-linear-gradient(top,rgba(18, 93, 25, 1.00),rgba(18, 93, 25, 1.00));background:-ms-linear-gradient(top,rgba(18, 93, 25, 1.00),rgba(18, 93, 25, 1.00));background:linear-gradient(top,rgba(18, 93, 25, 1.00),rgba(18, 93, 25, 1.00));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(18, 93, 25, 1.00)',endColorstr='rgba(18, 93, 25, 1.00)',GradientType=0)}  

#stacks_in_14_page0 {
	margin:  12px;
	padding:  12px;
}
/* StripeyThing by RapidWeaver Central */

#stripeythingstacks_in_1939_page0 {
	display: block;
	position: relative;
}

#stacks_in_1939_page0 .stripeything {
	height: 5px;
	width:100%;
	margin: 0;
	padding: 0;
	display: block;
	background: -webkit-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -moz-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -ms-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
}

#stacks_in_1939_page0 .stripeything0stacks_in_1939_page0 {
	
}

#stacks_in_1939_page0 .stripeything1stacks_in_1939_page0 {
	
}

#stacks_in_1939_page0 .stripeything2stacks_in_1939_page0 {
	
}

#stacks_in_1939_page0 .stripeything3stacks_in_1939_page0 {
	
}


#stacks_in_1939_page0 {
	margin:  12px;
	padding:  12px;
}

#stacks_in_1918_page0 .stacks_left {
	float:left;
	width:37%;
}

#stacks_in_1918_page0 .stacks_right {
	float:right;
	width:61%;
}
#stacks_in_1918_page0 {
	margin:  12px;
	padding:  12px;
}
#stacks_in_1926_page0 .prints-column{float:left;margin-right:10px;padding:0}#stacks_in_1926_page0 .polaroid img{max-width:200px}#stacks_in_1926_page0 a{text-decoration:none}#stacks_in_1926_page0 .polaroid{-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;display:block;background:#FFFFFF;padding:10px;margin:5px;-moz-box-shadow:#800000 5px 5px 20px;-webkit-box-shadow:#800000 5px 5px 20px;box-shadow:#800000 5px 5px 20px;margin-bottom:2em}#stacks_in_1926_page0 .polaroid:hover{-moz-box-shadow:#FFFF66 5px 5px 20px;-webkit-box-shadow:#FFFF66 5px 5px 20px;box-shadow:#FFFF66 5px 5px 20px}#stacks_in_1926_page0 .prints_wrapper{margin:0 auto;padding:25px;position:relative;display:block}#stacks_in_1926_page0 .full_print{display:none}#zoom_table{background:0;margin:0;border-color:transparent}#zoom_table td{padding:0;margin:0}
/* StripeyThing by RapidWeaver Central */

#stripeythingstacks_in_1940_page0 {
	display: block;
	position: relative;
}

#stacks_in_1940_page0 .stripeything {
	height: 5px;
	width:100%;
	margin: 0;
	padding: 0;
	display: block;
	background: -webkit-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -moz-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -ms-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
}

#stacks_in_1940_page0 .stripeything0stacks_in_1940_page0 {
	
}

#stacks_in_1940_page0 .stripeything1stacks_in_1940_page0 {
	
}

#stacks_in_1940_page0 .stripeything2stacks_in_1940_page0 {
	
}

#stacks_in_1940_page0 .stripeything3stacks_in_1940_page0 {
	
}


#stacks_in_1940_page0 {
	margin:  12px;
	padding:  12px;
}

#stacks_in_1930_page0 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_1930_page0 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_1930_page0 {
	margin:  12px;
	padding:  12px;
}
#stacks_in_1935_page0 .prints-column{float:left;margin-right:10px;padding:0}#stacks_in_1935_page0 .polaroid img{max-width:200px}#stacks_in_1935_page0 a{text-decoration:none}#stacks_in_1935_page0 .polaroid{-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;display:block;background:#FFFFFF;padding:10px;margin:5px;-moz-box-shadow:#800000 5px 5px 20px;-webkit-box-shadow:#800000 5px 5px 20px;box-shadow:#800000 5px 5px 20px;margin-bottom:2em}#stacks_in_1935_page0 .polaroid:hover{-moz-box-shadow:#FDD527 5px 5px 20px;-webkit-box-shadow:#FDD527 5px 5px 20px;box-shadow:#FDD527 5px 5px 20px}#stacks_in_1935_page0 .prints_wrapper{margin:0 auto;padding:25px;position:relative;display:block}#stacks_in_1935_page0 .full_print{display:none}#zoom_table{background:0;margin:0;border-color:transparent}#zoom_table td{padding:0;margin:0}
#stacks_in_8_page0_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_8_page0 a:link, #stacks_in_8_page0 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_8_page0 a:hover, #stacks_in_8_page0 a:active {
	color:#FFFFFF;
}







#stacks_in_8_page0 a:link, #stacks_in_8_page0 a:visited {
	background-color:#A00000;
	background: -webkit-gradient(linear, left top, left bottom, from(#A00000), to(#600000));
	border:1px solid #600000;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_8_page0 a:hover {
	background-color:#AC0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC0000), to(#530000));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_8_page0 a:active {
	background-color:#A00000;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_8_page0 {
	margin:  12px;
	padding:  12px;
}
/* StripeyThing by RapidWeaver Central */

#stripeythingstacks_in_1941_page0 {
	display: block;
	position: relative;
}

#stacks_in_1941_page0 .stripeything {
	height: 5px;
	width:100%;
	margin: 0;
	padding: 0;
	display: block;
	background: -webkit-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -moz-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: -ms-linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
	background: linear-gradient(left, 
  #F96A47 10%, #43A268 10%, 
  #43A268 20%, #F96A47 20%, 
  #F96A47 30%, #43A268 30%, 
  #43A268 40%, #F96A47 40%, 
  #F96A47 50%, #43A268 50%, 
  #43A268 60%, #F96A47 60%, 
  #F96A47 70%, #43A268 70%, 
  #43A268 80%, #F96A47 80%, 
  #F96A47 90%, #43A268 90%);
}

#stacks_in_1941_page0 .stripeything0stacks_in_1941_page0 {
	
}

#stacks_in_1941_page0 .stripeything1stacks_in_1941_page0 {
	
}

#stacks_in_1941_page0 .stripeything2stacks_in_1941_page0 {
	
}

#stacks_in_1941_page0 .stripeything3stacks_in_1941_page0 {
	
}


#stacks_in_1941_page0 {
	margin:  12px;
	padding:  12px;
}
#stacks_in_2022_page0>.s3_row {
	margin: 0 -10px;
}

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

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




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







  


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



}



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


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


}




  

#stacks_in_2022_page0 {
	margin:  8px;
	padding:  9px;
}

#stacks_in_2028_page0 {
	font-size: 150%;
}

#stacks_in_2026_page0 {
	font-size: 150%;
}
#stacks_in_75_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_75_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_75_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_75_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_75_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}