.parallax-slider-stacks_in_6468_page0{
	width: 100%;
	min-width: 500px;
	height: 500px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../files/nh_parallax_bg_image_6468.jpg) 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_6468_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_6468_page0-fb .parallax-slide{
	left: 100%;
}
.parallax-slider-stacks_in_6468_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_6468_page0-fb .parallax-slide h2,
.parallax-slider-stacks_in_6468_page0-fb .parallax-slide .parallax-desc,
.parallax-slider-stacks_in_6468_page0-fb .parallax-slide .parallax-link{
	left: 10%;
	opacity: 1;
}
.parallax-slider-stacks_in_6468_page0-fb .parallax-slide .parallax-img{
	left: 60%;
	opacity: 1;
}
.parallax-slide h2{
	margin: 0;
	color: #FFFFFF;
	width: 50%;
	
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px #CCCCCC;
	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: 500px;
	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_6468_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(../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_6468_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_6468_page0-fb .parallax-mobile .parallax-img, .parallax-mobile-current .parallax-img{ left: 10%; }
	.parallax-slider-stacks_in_6468_page0-fb .parallax-mobile .parallax-img .imageStyle,.parallax-slider-stacks_in_6468_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_6626_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_6626_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_6626_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_6626_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_6626_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_6470_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_6470_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_6470_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_6470_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_6470_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_184_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_184_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_184_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_184_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_184_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_6474_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_6474_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_6474_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_6474_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_6474_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_91_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_91_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_91_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_91_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_91_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_95_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_95_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_95_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_95_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_95_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_99_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_99_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_99_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_99_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_99_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_6478_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_6478_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_6478_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_6478_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_6478_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}#stacks_in_6482_page0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_6482_page0 .parallax-slide h2 {
	top: 50px;
	font-size: 40px;
	
	display: ;
}
#stacks_in_6482_page0 .parallax-slide .parallax-desc {
	top: 150px;
	/* height: -56%; */
	
	display: ;
}
#stacks_in_6482_page0 .parallax-slide .parallax-img {
	top: 65px;
	/* height: 29%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_6482_page0 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}/* JaggedThing by RapidWeaver Central  */

#jaggedthing#stacks_in_192_page0 {
	overflow: hidden;
	width: 100%;
}

/* Top  */

.jagged_style0stacks_in_192_page0 {
    display:block;
    width: 100%;
    margin:11px auto 0 auto;
    padding:15px 20px;
    position: relative;
    background-color: #66CCFF;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66CCFF), color-stop(100%,#66CCFF));
  	background: -webkit-linear-gradient(top,  #66CCFF 0%,#66CCFF 100%);
    background:    -moz-linear-gradient(top,  #66CCFF 0%, #66CCFF 100%);
  	background: 		-ms-linear-gradient(top,  #66CCFF 0%,#66CCFF 100%);
  	background: 			linear-gradient(to bottom,  #66CCFF 0%,#66CCFF 100%);
}

.jagged_style0stacks_in_192_page0:before {
   	content: "";
    display:block;
    position: absolute;
    width: 100%;
    top:-11px;
    left:0px;
    height:11px;
    background: -webkit-linear-gradient(-135deg, transparent 75%, #66CCFF 75%) 0 50%,
                -webkit-linear-gradient( -45deg, transparent 75%, #66CCFF 75%) 0 50%;
    background:    -moz-linear-gradient(-135deg, transparent 75%, #66CCFF 75%) 0 50%,
                   -moz-linear-gradient( -45deg, transparent 75%, #66CCFF 75%) 0 50%;
    background: 		linear-gradient(135deg, transparent 75%, #66CCFF 75%) 0 50%,
                		linear-gradient(-135deg, transparent 75%, #66CCFF 75%) 0 50%;
    background-repeat: repeat-x;
    background-size:10px 12px, 10px 10px;
}


/* Bottom  */

.jagged_style1stacks_in_192_page0 {
    height: auto;
    width: 100%;
    margin: 0 0 11px 0px;
    position: relative;
    background-color: #66CCFF;
    background-repeat: repeat, no-repeat;
    background-size: 10px 10px, 100% 25px;
    background-image: -webkit-radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
    background-image:    -moz-radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
    background-image: 		-ms-radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
    background-image: 			radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
}

.jagged_style1stacks_in_192_page0:after {
    content: '';
    position: absolute; 
    bottom: -5px;
    height: 5px;
    left: 0;
    right: 0;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    background-image:-webkit-linear-gradient(45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF),
    				 -webkit-linear-gradient(-45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF);
	background-image: 	-moz-linear-gradient(45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF),
						-moz-linear-gradient(-45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF);
	background-image: 		-ms-linear-gradient(45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF),
							-ms-linear-gradient(-45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF);						
	background-image: 			linear-gradient(45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF),
								linear-gradient(-45deg, #66CCFF 25%, transparent 25%, transparent 75%, #66CCFF 75%, #66CCFF);
}

/* Double  */

.jagged_style2stacks_in_192_page0 {
	vertical-align: middle;
	border: 10px solid transparent;
	border-width: 10px 0;
	background-color: #66CCFF;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66CCFF), color-stop(100%, #66CCFF)), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50.5%, transparent), color-stop(50.5%, #66CCFF)), -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(50.5%, transparent), color-stop(50.5%, #66CCFF)), -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(50.5%, transparent), color-stop(50.5%, #66CCFF)), -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(50.5%, transparent), color-stop(50.5%, #66CCFF));
	background-image: -webkit-linear-gradient(#66CCFF, #66CCFF), -webkit-linear-gradient(top left, transparent 50.5%, #66CCFF 50.5%), -webkit-linear-gradient(top right, transparent 50.5%, #66CCFF 50.5%), -webkit-linear-gradient(bottom left, transparent 50.5%, #66CCFF 50.5%), -webkit-linear-gradient(bottom right, transparent 50.5%, #66CCFF 50.5%);
	background-image: -moz-linear-gradient(#66CCFF, #66CCFF), -moz-linear-gradient(top left, transparent 50.5%, #66CCFF 50.5%), -moz-linear-gradient(top right, transparent 50.5%, #66CCFF 50.5%), -moz-linear-gradient(bottom left, transparent 50.5%, #66CCFF 50.5%), -moz-linear-gradient(bottom right, transparent 50.5%, #66CCFF 50.5%);
	background-image: -ms-linear-gradient(#66CCFF, #66CCFF), -ms-linear-gradient(top left, transparent 50.5%, #66CCFF 50.5%), -ms-linear-gradient(top right, transparent 50.5%, #66CCFF 50.5%), -ms-linear-gradient(bottom left, transparent 50.5%, #66CCFF 50.5%), -ms-linear-gradient(bottom right, transparent 50.5%, #66CCFF 50.5%);
	background-image: linear-gradient(#66CCFF, #66CCFF), linear-gradient(top left, transparent 50.5%, #66CCFF 50.5%), linear-gradient(top right, transparent 50.5%, #66CCFF 50.5%), linear-gradient(bottom left, transparent 50.5%, #66CCFF 50.5%), linear-gradient(bottom right, transparent 50.5%, #66CCFF 50.5%);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	background-size: auto auto, 10px 10px, 10px 10px, 10px 10px, 10px 10px;
}


#stacks_in_190_page0 {
	margin:  12px;
}

#stacks_in_191_page0 {
	font-size: 153%;
	font-weight: bold;
}

#stacks_out_39_page0 {
	width: 78%;
}

#stacks_in_39_page0 {
	margin:  11px;
	padding:  16px;
}

#stacks_in_40_page0 {
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 129%;
	font-weight: bold;
}
/* GiggidyThing by RapidWeaver Central */

/* Inspired by Glen Quagmire Appearing From Behind the Sofa at Meg's Sleepover */


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

 #stacks_in_180_page0 .giggidything {
	display: giggidy;
	position: giggidy;
	width: giggidy giggidy;		
}


#stacks_in_180_page0 .creep_direction0stacks_in_180_page0 {
	-webkit-transform: translateY;
	   -moz-transform: translateY;
		-ms-transform: translateY;
			transform: translateY;
	-webkit-animation: down 12s;
	   -moz-animation: down 12s;
		-ms-animation: down 12s;
			animation: down 12s;
}

#stacks_in_180_page0 .creep_direction1stacks_in_180_page0 {
	-webkit-transform: translateX;
	   -moz-transform: translateX;
		-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: right 12s;
	   -moz-animation: right 12s;
		-ms-animation: right 12s;
			animation: right 12s;
}

#stacks_in_180_page0 .creep_direction2stacks_in_180_page0 {
	-webkit-transform: translateY;
	   -moz-transform: translateY;
		-ms-transform: translateY;
			transform: translateY;
	-webkit-animation: up 12s;
	   -moz-animation: up 12s;
		-ms-animation: up 12s;
			animation: up 12s;
}

#stacks_in_180_page0 .creep_direction3stacks_in_180_page0 {
	-webkit-transform: translateX;
	   -moz-transform: translateX;
		-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: left 12s;
	   -moz-animation: left 12s;
		-ms-animation: left 12s;
			animation: left 12s;
}


/*	Creep Down */

@-webkit-keyframes down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(459px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes down {
	0% {
		opacity: 0;
		-moz-transform: translateY(459px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes down {
	0% {
		opacity: 0;
		-ms-transform: translateY(459px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@keyframes down {
	0% {
		opacity: 0;
		transform: translateY(459px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
  
}


/*	Creep Right */


@-webkit-keyframes right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(459px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes right {
	0% {
		opacity: 0;
		-moz-transform: translateX(459px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes right {
	0% {
		opacity: 0;
		-ms-transform: translateX(459px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@keyframes right {
	0% {
		opacity: 0;
		transform: translateX(459px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
  
}


/*	Creep Up */


@-webkit-keyframes up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-459px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes up {
	0% {
		opacity: 0;
		-moz-transform: translateY(-459px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes up {
	0% {
		opacity: 0;
		-ms-transform: translateY(-459px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@keyframes up {
	0% {
		opacity: 0;
		transform: translateY(-459px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
  
}


/*	Creep Left */


@-webkit-keyframes left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-459px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-459px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes left {
	0% {
		opacity: 0;
		-ms-transform: translateX(-459px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@keyframes left {
	0% {
		opacity: 0;
		transform: translateX(-459px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
  
}








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

#stacks_out_188_page0 {
	width: 74%;
}

#stacks_in_189_page0 {
	word-spacing: 1px;
	font-size: 107%;
	font-weight: bold;
}
/* StripeyThing by RapidWeaver Central */

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

#stacks_in_194_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_194_page0 .stripeything0stacks_in_194_page0 {
	
}

#stacks_in_194_page0 .stripeything1stacks_in_194_page0 {
	
}

#stacks_in_194_page0 .stripeything2stacks_in_194_page0 {
	
}

#stacks_in_194_page0 .stripeything3stacks_in_194_page0 {
	
}


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

#stacks_in_2032_page0 {
	font-size: 120%;
	font-weight: bold;
}

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

#stacks_in_195_page0 .stacks_right {
	float:right;
	width:49%;
}/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_841_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_841_page0 a{text-decoration:none}#stacks_in_841_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_841_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_841_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_841_page0 .full_print{display:none}

#stacks_in_202_page0 {
	padding:  12px;
}
/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1033_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1033_page0 a{text-decoration:none}#stacks_in_1033_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1033_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1033_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1033_page0 .full_print{display:none}

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

#stacks_in_214_page0 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_214_page0 {
	margin:  12px;
	padding:  12px;
}
/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1039_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1039_page0 a{text-decoration:none}#stacks_in_1039_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1039_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1039_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1039_page0 .full_print{display:none}
/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1041_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1041_page0 a{text-decoration:none}#stacks_in_1041_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1041_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1041_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1041_page0 .full_print{display:none}

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

#stacks_in_225_page0 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_225_page0 {
	margin:  12px;
	padding:  12px;
}
/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1043_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1043_page0 a{text-decoration:none}#stacks_in_1043_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1043_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1043_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1043_page0 .full_print{display:none}
/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1045_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1045_page0 a{text-decoration:none}#stacks_in_1045_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1045_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1045_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1045_page0 .full_print{display:none}

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

#stacks_in_236_page0 .stacks_right {
	float:right;
	width:49%;
}/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1049_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1049_page0 a{text-decoration:none}#stacks_in_1049_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1049_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1049_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1049_page0 .full_print{display:none}
/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1051_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1051_page0 a{text-decoration:none}#stacks_in_1051_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1051_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1051_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1051_page0 .full_print{display:none}

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

#stacks_in_249_page0 .stacks_right {
	float:right;
	width:49%;
}/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1053_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1053_page0 a{text-decoration:none}#stacks_in_1053_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1053_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1053_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1053_page0 .full_print{display:none}
/* Prints v1.0.8 Copyright @2010-2012 Joe Workman */
#stacks_in_1055_page0 .column{float:left;margin-right:10px;padding:0}#stacks_in_1055_page0 a{text-decoration:none}#stacks_in_1055_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:#CCCCCC 5px 5px 20px;-webkit-box-shadow:#CCCCCC 5px 5px 20px;box-shadow:#CCCCCC 5px 5px 20px;margin-bottom:2em}#stacks_in_1055_page0 .polaroid:hover{-moz-box-shadow:#666666 5px 5px 20px;-webkit-box-shadow:#666666 5px 5px 20px;box-shadow:#666666 5px 5px 20px}#stacks_in_1055_page0 .prints_wrapper{margin:0 auto;padding:25px}#stacks_in_1055_page0 .full_print{display:none}
/* StripeyThing by RapidWeaver Central */

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

#stacks_in_1057_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_1057_page0 .stripeything0stacks_in_1057_page0 {
	
}

#stacks_in_1057_page0 .stripeything1stacks_in_1057_page0 {
	
}

#stacks_in_1057_page0 .stripeything2stacks_in_1057_page0 {
	
}

#stacks_in_1057_page0 .stripeything3stacks_in_1057_page0 {
	
}


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

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

#stacks_in_1061_page0 {
	font-size: 201%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1269_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1269_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1269_page0 .rounded,
#stacks_in_1269_page0 .rounded img {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1269_page0 .shadow-style0stacks_in_1269_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1269_page0 .shadow-style0stacks_in_1269_page0:before,
#stacks_in_1269_page0 .shadow-style0stacks_in_1269_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1269_page0 .shadow-style0stacks_in_1269_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1269_page0 .shadow-style1stacks_in_1269_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1269_page0 .shadow-style1stacks_in_1269_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1269_page0 .shadow-style2stacks_in_1269_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1269_page0 .shadow-style2stacks_in_1269_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1269_page0 .shadow-style3stacks_in_1269_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1269_page0 .shadow-style3stacks_in_1269_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1269_page0 .shadow-style4stacks_in_1269_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1269_page0 .shadow-style4stacks_in_1269_page0:before, 
#stacks_in_1269_page0 .shadow-style4stacks_in_1269_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1269_page0 .shadow-style5stacks_in_1269_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1269_page0 .shadow-style5stacks_in_1269_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1269_page0 .shadow-style5stacks_in_1269_page0:before,
#stacks_in_1269_page0 .shadow-style5stacks_in_1269_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1269_page0 .shadow-style5stacks_in_1269_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1269_page0 .shadow-style6stacks_in_1269_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1269_page0 .shadow-style6stacks_in_1269_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1269_page0 .shadow-style6stacks_in_1269_page0:before,
#stacks_in_1269_page0 .shadow-style6stacks_in_1269_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1269_page0 .shadow-style7stacks_in_1269_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1269_page0 .shadow-style7stacks_in_1269_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1269_page0 .shadow-style7stacks_in_1269_page0:before,
#stacks_in_1269_page0 .shadow-style7stacks_in_1269_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1269_page0 .shadow-style8stacks_in_1269_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1269_page0 .shadow-style8stacks_in_1269_page0:before,
#stacks_in_1269_page0 .shadow-style8stacks_in_1269_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1269_page0 .shadow-style8stacks_in_1269_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1269_page0 .shadow-style9stacks_in_1269_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1269_page0 .shadow-style9stacks_in_1269_page0 span {
	text-align: center !important;
}

#stacks_in_1269_page0 .shadow-style9stacks_in_1269_page0:before,
#stacks_in_1269_page0 .shadow-style9stacks_in_1269_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1269_page0 .shadow-style9stacks_in_1269_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_492_page0 {
	background-color: #000000;
}

#stacks_in_493_page0 {
	font-size: 127%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1271_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1271_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1271_page0 .rounded,
#stacks_in_1271_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1271_page0 .shadow-style0stacks_in_1271_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1271_page0 .shadow-style0stacks_in_1271_page0:before,
#stacks_in_1271_page0 .shadow-style0stacks_in_1271_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1271_page0 .shadow-style0stacks_in_1271_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1271_page0 .shadow-style1stacks_in_1271_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1271_page0 .shadow-style1stacks_in_1271_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1271_page0 .shadow-style2stacks_in_1271_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1271_page0 .shadow-style2stacks_in_1271_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1271_page0 .shadow-style3stacks_in_1271_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1271_page0 .shadow-style3stacks_in_1271_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1271_page0 .shadow-style4stacks_in_1271_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1271_page0 .shadow-style4stacks_in_1271_page0:before, 
#stacks_in_1271_page0 .shadow-style4stacks_in_1271_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1271_page0 .shadow-style5stacks_in_1271_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1271_page0 .shadow-style5stacks_in_1271_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1271_page0 .shadow-style5stacks_in_1271_page0:before,
#stacks_in_1271_page0 .shadow-style5stacks_in_1271_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1271_page0 .shadow-style5stacks_in_1271_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1271_page0 .shadow-style6stacks_in_1271_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1271_page0 .shadow-style6stacks_in_1271_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1271_page0 .shadow-style6stacks_in_1271_page0:before,
#stacks_in_1271_page0 .shadow-style6stacks_in_1271_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1271_page0 .shadow-style7stacks_in_1271_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1271_page0 .shadow-style7stacks_in_1271_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1271_page0 .shadow-style7stacks_in_1271_page0:before,
#stacks_in_1271_page0 .shadow-style7stacks_in_1271_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1271_page0 .shadow-style8stacks_in_1271_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1271_page0 .shadow-style8stacks_in_1271_page0:before,
#stacks_in_1271_page0 .shadow-style8stacks_in_1271_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1271_page0 .shadow-style8stacks_in_1271_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1271_page0 .shadow-style9stacks_in_1271_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1271_page0 .shadow-style9stacks_in_1271_page0 span {
	text-align: center !important;
}

#stacks_in_1271_page0 .shadow-style9stacks_in_1271_page0:before,
#stacks_in_1271_page0 .shadow-style9stacks_in_1271_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1271_page0 .shadow-style9stacks_in_1271_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_494_page0 {
	background-color: #000000;
}

#stacks_in_495_page0 {
	font-size: 129%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1273_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1273_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1273_page0 .rounded,
#stacks_in_1273_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1273_page0 .shadow-style0stacks_in_1273_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1273_page0 .shadow-style0stacks_in_1273_page0:before,
#stacks_in_1273_page0 .shadow-style0stacks_in_1273_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1273_page0 .shadow-style0stacks_in_1273_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1273_page0 .shadow-style1stacks_in_1273_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1273_page0 .shadow-style1stacks_in_1273_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1273_page0 .shadow-style2stacks_in_1273_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1273_page0 .shadow-style2stacks_in_1273_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1273_page0 .shadow-style3stacks_in_1273_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1273_page0 .shadow-style3stacks_in_1273_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1273_page0 .shadow-style4stacks_in_1273_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1273_page0 .shadow-style4stacks_in_1273_page0:before, 
#stacks_in_1273_page0 .shadow-style4stacks_in_1273_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1273_page0 .shadow-style5stacks_in_1273_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1273_page0 .shadow-style5stacks_in_1273_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1273_page0 .shadow-style5stacks_in_1273_page0:before,
#stacks_in_1273_page0 .shadow-style5stacks_in_1273_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1273_page0 .shadow-style5stacks_in_1273_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1273_page0 .shadow-style6stacks_in_1273_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1273_page0 .shadow-style6stacks_in_1273_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1273_page0 .shadow-style6stacks_in_1273_page0:before,
#stacks_in_1273_page0 .shadow-style6stacks_in_1273_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1273_page0 .shadow-style7stacks_in_1273_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1273_page0 .shadow-style7stacks_in_1273_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1273_page0 .shadow-style7stacks_in_1273_page0:before,
#stacks_in_1273_page0 .shadow-style7stacks_in_1273_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1273_page0 .shadow-style8stacks_in_1273_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1273_page0 .shadow-style8stacks_in_1273_page0:before,
#stacks_in_1273_page0 .shadow-style8stacks_in_1273_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1273_page0 .shadow-style8stacks_in_1273_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1273_page0 .shadow-style9stacks_in_1273_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1273_page0 .shadow-style9stacks_in_1273_page0 span {
	text-align: center !important;
}

#stacks_in_1273_page0 .shadow-style9stacks_in_1273_page0:before,
#stacks_in_1273_page0 .shadow-style9stacks_in_1273_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1273_page0 .shadow-style9stacks_in_1273_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_496_page0 {
	background-color: #000000;
}

#stacks_in_497_page0 {
	font-size: 130%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1275_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1275_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1275_page0 .rounded,
#stacks_in_1275_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1275_page0 .shadow-style0stacks_in_1275_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1275_page0 .shadow-style0stacks_in_1275_page0:before,
#stacks_in_1275_page0 .shadow-style0stacks_in_1275_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1275_page0 .shadow-style0stacks_in_1275_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1275_page0 .shadow-style1stacks_in_1275_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1275_page0 .shadow-style1stacks_in_1275_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1275_page0 .shadow-style2stacks_in_1275_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1275_page0 .shadow-style2stacks_in_1275_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1275_page0 .shadow-style3stacks_in_1275_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1275_page0 .shadow-style3stacks_in_1275_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1275_page0 .shadow-style4stacks_in_1275_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1275_page0 .shadow-style4stacks_in_1275_page0:before, 
#stacks_in_1275_page0 .shadow-style4stacks_in_1275_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1275_page0 .shadow-style5stacks_in_1275_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1275_page0 .shadow-style5stacks_in_1275_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1275_page0 .shadow-style5stacks_in_1275_page0:before,
#stacks_in_1275_page0 .shadow-style5stacks_in_1275_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1275_page0 .shadow-style5stacks_in_1275_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1275_page0 .shadow-style6stacks_in_1275_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1275_page0 .shadow-style6stacks_in_1275_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1275_page0 .shadow-style6stacks_in_1275_page0:before,
#stacks_in_1275_page0 .shadow-style6stacks_in_1275_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1275_page0 .shadow-style7stacks_in_1275_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1275_page0 .shadow-style7stacks_in_1275_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1275_page0 .shadow-style7stacks_in_1275_page0:before,
#stacks_in_1275_page0 .shadow-style7stacks_in_1275_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1275_page0 .shadow-style8stacks_in_1275_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1275_page0 .shadow-style8stacks_in_1275_page0:before,
#stacks_in_1275_page0 .shadow-style8stacks_in_1275_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1275_page0 .shadow-style8stacks_in_1275_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1275_page0 .shadow-style9stacks_in_1275_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1275_page0 .shadow-style9stacks_in_1275_page0 span {
	text-align: center !important;
}

#stacks_in_1275_page0 .shadow-style9stacks_in_1275_page0:before,
#stacks_in_1275_page0 .shadow-style9stacks_in_1275_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1275_page0 .shadow-style9stacks_in_1275_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_498_page0 {
	background-color: #000000;
}

#stacks_in_499_page0 {
	font-size: 129%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1564_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1564_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1564_page0 .rounded,
#stacks_in_1564_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1564_page0 .shadow-style0stacks_in_1564_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1564_page0 .shadow-style0stacks_in_1564_page0:before,
#stacks_in_1564_page0 .shadow-style0stacks_in_1564_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1564_page0 .shadow-style0stacks_in_1564_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1564_page0 .shadow-style1stacks_in_1564_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1564_page0 .shadow-style1stacks_in_1564_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1564_page0 .shadow-style2stacks_in_1564_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1564_page0 .shadow-style2stacks_in_1564_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1564_page0 .shadow-style3stacks_in_1564_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1564_page0 .shadow-style3stacks_in_1564_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1564_page0 .shadow-style4stacks_in_1564_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1564_page0 .shadow-style4stacks_in_1564_page0:before, 
#stacks_in_1564_page0 .shadow-style4stacks_in_1564_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1564_page0 .shadow-style5stacks_in_1564_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1564_page0 .shadow-style5stacks_in_1564_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1564_page0 .shadow-style5stacks_in_1564_page0:before,
#stacks_in_1564_page0 .shadow-style5stacks_in_1564_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1564_page0 .shadow-style5stacks_in_1564_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1564_page0 .shadow-style6stacks_in_1564_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1564_page0 .shadow-style6stacks_in_1564_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1564_page0 .shadow-style6stacks_in_1564_page0:before,
#stacks_in_1564_page0 .shadow-style6stacks_in_1564_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1564_page0 .shadow-style7stacks_in_1564_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1564_page0 .shadow-style7stacks_in_1564_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1564_page0 .shadow-style7stacks_in_1564_page0:before,
#stacks_in_1564_page0 .shadow-style7stacks_in_1564_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1564_page0 .shadow-style8stacks_in_1564_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1564_page0 .shadow-style8stacks_in_1564_page0:before,
#stacks_in_1564_page0 .shadow-style8stacks_in_1564_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1564_page0 .shadow-style8stacks_in_1564_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1564_page0 .shadow-style9stacks_in_1564_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1564_page0 .shadow-style9stacks_in_1564_page0 span {
	text-align: center !important;
}

#stacks_in_1564_page0 .shadow-style9stacks_in_1564_page0:before,
#stacks_in_1564_page0 .shadow-style9stacks_in_1564_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1564_page0 .shadow-style9stacks_in_1564_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_500_page0 {
	background-color: #000000;
}

#stacks_in_501_page0 {
	font-size: 130%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1566_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1566_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1566_page0 .rounded,
#stacks_in_1566_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1566_page0 .shadow-style0stacks_in_1566_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1566_page0 .shadow-style0stacks_in_1566_page0:before,
#stacks_in_1566_page0 .shadow-style0stacks_in_1566_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1566_page0 .shadow-style0stacks_in_1566_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1566_page0 .shadow-style1stacks_in_1566_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1566_page0 .shadow-style1stacks_in_1566_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1566_page0 .shadow-style2stacks_in_1566_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1566_page0 .shadow-style2stacks_in_1566_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1566_page0 .shadow-style3stacks_in_1566_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1566_page0 .shadow-style3stacks_in_1566_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1566_page0 .shadow-style4stacks_in_1566_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1566_page0 .shadow-style4stacks_in_1566_page0:before, 
#stacks_in_1566_page0 .shadow-style4stacks_in_1566_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1566_page0 .shadow-style5stacks_in_1566_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1566_page0 .shadow-style5stacks_in_1566_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1566_page0 .shadow-style5stacks_in_1566_page0:before,
#stacks_in_1566_page0 .shadow-style5stacks_in_1566_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1566_page0 .shadow-style5stacks_in_1566_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1566_page0 .shadow-style6stacks_in_1566_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1566_page0 .shadow-style6stacks_in_1566_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1566_page0 .shadow-style6stacks_in_1566_page0:before,
#stacks_in_1566_page0 .shadow-style6stacks_in_1566_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1566_page0 .shadow-style7stacks_in_1566_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1566_page0 .shadow-style7stacks_in_1566_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1566_page0 .shadow-style7stacks_in_1566_page0:before,
#stacks_in_1566_page0 .shadow-style7stacks_in_1566_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1566_page0 .shadow-style8stacks_in_1566_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1566_page0 .shadow-style8stacks_in_1566_page0:before,
#stacks_in_1566_page0 .shadow-style8stacks_in_1566_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1566_page0 .shadow-style8stacks_in_1566_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1566_page0 .shadow-style9stacks_in_1566_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1566_page0 .shadow-style9stacks_in_1566_page0 span {
	text-align: center !important;
}

#stacks_in_1566_page0 .shadow-style9stacks_in_1566_page0:before,
#stacks_in_1566_page0 .shadow-style9stacks_in_1566_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1566_page0 .shadow-style9stacks_in_1566_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_502_page0 {
	background-color: #000000;
}

#stacks_in_503_page0 {
	font-size: 131%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1277_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1277_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1277_page0 .rounded,
#stacks_in_1277_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1277_page0 .shadow-style0stacks_in_1277_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1277_page0 .shadow-style0stacks_in_1277_page0:before,
#stacks_in_1277_page0 .shadow-style0stacks_in_1277_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1277_page0 .shadow-style0stacks_in_1277_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1277_page0 .shadow-style1stacks_in_1277_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1277_page0 .shadow-style1stacks_in_1277_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1277_page0 .shadow-style2stacks_in_1277_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1277_page0 .shadow-style2stacks_in_1277_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1277_page0 .shadow-style3stacks_in_1277_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1277_page0 .shadow-style3stacks_in_1277_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1277_page0 .shadow-style4stacks_in_1277_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1277_page0 .shadow-style4stacks_in_1277_page0:before, 
#stacks_in_1277_page0 .shadow-style4stacks_in_1277_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1277_page0 .shadow-style5stacks_in_1277_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1277_page0 .shadow-style5stacks_in_1277_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1277_page0 .shadow-style5stacks_in_1277_page0:before,
#stacks_in_1277_page0 .shadow-style5stacks_in_1277_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1277_page0 .shadow-style5stacks_in_1277_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1277_page0 .shadow-style6stacks_in_1277_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1277_page0 .shadow-style6stacks_in_1277_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1277_page0 .shadow-style6stacks_in_1277_page0:before,
#stacks_in_1277_page0 .shadow-style6stacks_in_1277_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1277_page0 .shadow-style7stacks_in_1277_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1277_page0 .shadow-style7stacks_in_1277_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1277_page0 .shadow-style7stacks_in_1277_page0:before,
#stacks_in_1277_page0 .shadow-style7stacks_in_1277_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1277_page0 .shadow-style8stacks_in_1277_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1277_page0 .shadow-style8stacks_in_1277_page0:before,
#stacks_in_1277_page0 .shadow-style8stacks_in_1277_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1277_page0 .shadow-style8stacks_in_1277_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1277_page0 .shadow-style9stacks_in_1277_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1277_page0 .shadow-style9stacks_in_1277_page0 span {
	text-align: center !important;
}

#stacks_in_1277_page0 .shadow-style9stacks_in_1277_page0:before,
#stacks_in_1277_page0 .shadow-style9stacks_in_1277_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1277_page0 .shadow-style9stacks_in_1277_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_504_page0 {
	background-color: #000000;
}

#stacks_in_505_page0 {
	font-size: 131%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1279_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1279_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1279_page0 .rounded,
#stacks_in_1279_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1279_page0 .shadow-style0stacks_in_1279_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1279_page0 .shadow-style0stacks_in_1279_page0:before,
#stacks_in_1279_page0 .shadow-style0stacks_in_1279_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1279_page0 .shadow-style0stacks_in_1279_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1279_page0 .shadow-style1stacks_in_1279_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1279_page0 .shadow-style1stacks_in_1279_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1279_page0 .shadow-style2stacks_in_1279_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1279_page0 .shadow-style2stacks_in_1279_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1279_page0 .shadow-style3stacks_in_1279_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1279_page0 .shadow-style3stacks_in_1279_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1279_page0 .shadow-style4stacks_in_1279_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1279_page0 .shadow-style4stacks_in_1279_page0:before, 
#stacks_in_1279_page0 .shadow-style4stacks_in_1279_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1279_page0 .shadow-style5stacks_in_1279_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1279_page0 .shadow-style5stacks_in_1279_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1279_page0 .shadow-style5stacks_in_1279_page0:before,
#stacks_in_1279_page0 .shadow-style5stacks_in_1279_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1279_page0 .shadow-style5stacks_in_1279_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1279_page0 .shadow-style6stacks_in_1279_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1279_page0 .shadow-style6stacks_in_1279_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1279_page0 .shadow-style6stacks_in_1279_page0:before,
#stacks_in_1279_page0 .shadow-style6stacks_in_1279_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1279_page0 .shadow-style7stacks_in_1279_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1279_page0 .shadow-style7stacks_in_1279_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1279_page0 .shadow-style7stacks_in_1279_page0:before,
#stacks_in_1279_page0 .shadow-style7stacks_in_1279_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1279_page0 .shadow-style8stacks_in_1279_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1279_page0 .shadow-style8stacks_in_1279_page0:before,
#stacks_in_1279_page0 .shadow-style8stacks_in_1279_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1279_page0 .shadow-style8stacks_in_1279_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1279_page0 .shadow-style9stacks_in_1279_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1279_page0 .shadow-style9stacks_in_1279_page0 span {
	text-align: center !important;
}

#stacks_in_1279_page0 .shadow-style9stacks_in_1279_page0:before,
#stacks_in_1279_page0 .shadow-style9stacks_in_1279_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1279_page0 .shadow-style9stacks_in_1279_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



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

#stacks_in_506_page0 {
	background-color: #000000;
}

#stacks_in_507_page0 {
	font-size: 130%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1281_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1281_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1281_page0 .rounded,
#stacks_in_1281_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1281_page0 .shadow-style0stacks_in_1281_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1281_page0 .shadow-style0stacks_in_1281_page0:before,
#stacks_in_1281_page0 .shadow-style0stacks_in_1281_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1281_page0 .shadow-style0stacks_in_1281_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1281_page0 .shadow-style1stacks_in_1281_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1281_page0 .shadow-style1stacks_in_1281_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1281_page0 .shadow-style2stacks_in_1281_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1281_page0 .shadow-style2stacks_in_1281_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1281_page0 .shadow-style3stacks_in_1281_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1281_page0 .shadow-style3stacks_in_1281_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1281_page0 .shadow-style4stacks_in_1281_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1281_page0 .shadow-style4stacks_in_1281_page0:before, 
#stacks_in_1281_page0 .shadow-style4stacks_in_1281_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1281_page0 .shadow-style5stacks_in_1281_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1281_page0 .shadow-style5stacks_in_1281_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1281_page0 .shadow-style5stacks_in_1281_page0:before,
#stacks_in_1281_page0 .shadow-style5stacks_in_1281_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1281_page0 .shadow-style5stacks_in_1281_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1281_page0 .shadow-style6stacks_in_1281_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1281_page0 .shadow-style6stacks_in_1281_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1281_page0 .shadow-style6stacks_in_1281_page0:before,
#stacks_in_1281_page0 .shadow-style6stacks_in_1281_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1281_page0 .shadow-style7stacks_in_1281_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1281_page0 .shadow-style7stacks_in_1281_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1281_page0 .shadow-style7stacks_in_1281_page0:before,
#stacks_in_1281_page0 .shadow-style7stacks_in_1281_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1281_page0 .shadow-style8stacks_in_1281_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1281_page0 .shadow-style8stacks_in_1281_page0:before,
#stacks_in_1281_page0 .shadow-style8stacks_in_1281_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1281_page0 .shadow-style8stacks_in_1281_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1281_page0 .shadow-style9stacks_in_1281_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1281_page0 .shadow-style9stacks_in_1281_page0 span {
	text-align: center !important;
}

#stacks_in_1281_page0 .shadow-style9stacks_in_1281_page0:before,
#stacks_in_1281_page0 .shadow-style9stacks_in_1281_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1281_page0 .shadow-style9stacks_in_1281_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_1558_page0 {
	background-color: #000000;
}

#stacks_in_1559_page0 {
	font-size: 130%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1283_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1283_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1283_page0 .rounded,
#stacks_in_1283_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1283_page0 .shadow-style0stacks_in_1283_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1283_page0 .shadow-style0stacks_in_1283_page0:before,
#stacks_in_1283_page0 .shadow-style0stacks_in_1283_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1283_page0 .shadow-style0stacks_in_1283_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1283_page0 .shadow-style1stacks_in_1283_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1283_page0 .shadow-style1stacks_in_1283_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1283_page0 .shadow-style2stacks_in_1283_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1283_page0 .shadow-style2stacks_in_1283_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1283_page0 .shadow-style3stacks_in_1283_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1283_page0 .shadow-style3stacks_in_1283_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1283_page0 .shadow-style4stacks_in_1283_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1283_page0 .shadow-style4stacks_in_1283_page0:before, 
#stacks_in_1283_page0 .shadow-style4stacks_in_1283_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1283_page0 .shadow-style5stacks_in_1283_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1283_page0 .shadow-style5stacks_in_1283_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1283_page0 .shadow-style5stacks_in_1283_page0:before,
#stacks_in_1283_page0 .shadow-style5stacks_in_1283_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1283_page0 .shadow-style5stacks_in_1283_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1283_page0 .shadow-style6stacks_in_1283_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1283_page0 .shadow-style6stacks_in_1283_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1283_page0 .shadow-style6stacks_in_1283_page0:before,
#stacks_in_1283_page0 .shadow-style6stacks_in_1283_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1283_page0 .shadow-style7stacks_in_1283_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1283_page0 .shadow-style7stacks_in_1283_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1283_page0 .shadow-style7stacks_in_1283_page0:before,
#stacks_in_1283_page0 .shadow-style7stacks_in_1283_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1283_page0 .shadow-style8stacks_in_1283_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1283_page0 .shadow-style8stacks_in_1283_page0:before,
#stacks_in_1283_page0 .shadow-style8stacks_in_1283_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1283_page0 .shadow-style8stacks_in_1283_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1283_page0 .shadow-style9stacks_in_1283_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1283_page0 .shadow-style9stacks_in_1283_page0 span {
	text-align: center !important;
}

#stacks_in_1283_page0 .shadow-style9stacks_in_1283_page0:before,
#stacks_in_1283_page0 .shadow-style9stacks_in_1283_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1283_page0 .shadow-style9stacks_in_1283_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_508_page0 {
	background-color: #000000;
}

#stacks_in_509_page0 {
	font-size: 132%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1285_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1285_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1285_page0 .rounded,
#stacks_in_1285_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1285_page0 .shadow-style0stacks_in_1285_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1285_page0 .shadow-style0stacks_in_1285_page0:before,
#stacks_in_1285_page0 .shadow-style0stacks_in_1285_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1285_page0 .shadow-style0stacks_in_1285_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1285_page0 .shadow-style1stacks_in_1285_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1285_page0 .shadow-style1stacks_in_1285_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1285_page0 .shadow-style2stacks_in_1285_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1285_page0 .shadow-style2stacks_in_1285_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1285_page0 .shadow-style3stacks_in_1285_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1285_page0 .shadow-style3stacks_in_1285_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1285_page0 .shadow-style4stacks_in_1285_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1285_page0 .shadow-style4stacks_in_1285_page0:before, 
#stacks_in_1285_page0 .shadow-style4stacks_in_1285_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1285_page0 .shadow-style5stacks_in_1285_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1285_page0 .shadow-style5stacks_in_1285_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1285_page0 .shadow-style5stacks_in_1285_page0:before,
#stacks_in_1285_page0 .shadow-style5stacks_in_1285_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1285_page0 .shadow-style5stacks_in_1285_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1285_page0 .shadow-style6stacks_in_1285_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1285_page0 .shadow-style6stacks_in_1285_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1285_page0 .shadow-style6stacks_in_1285_page0:before,
#stacks_in_1285_page0 .shadow-style6stacks_in_1285_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1285_page0 .shadow-style7stacks_in_1285_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1285_page0 .shadow-style7stacks_in_1285_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1285_page0 .shadow-style7stacks_in_1285_page0:before,
#stacks_in_1285_page0 .shadow-style7stacks_in_1285_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1285_page0 .shadow-style8stacks_in_1285_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1285_page0 .shadow-style8stacks_in_1285_page0:before,
#stacks_in_1285_page0 .shadow-style8stacks_in_1285_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1285_page0 .shadow-style8stacks_in_1285_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1285_page0 .shadow-style9stacks_in_1285_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1285_page0 .shadow-style9stacks_in_1285_page0 span {
	text-align: center !important;
}

#stacks_in_1285_page0 .shadow-style9stacks_in_1285_page0:before,
#stacks_in_1285_page0 .shadow-style9stacks_in_1285_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1285_page0 .shadow-style9stacks_in_1285_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_1556_page0 {
	background-color: #000000;
}

#stacks_in_1557_page0 {
	font-size: 132%;
	font-weight: bold;
}
/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1287_page0 {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#stacks_in_1287_page0 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1287_page0 .rounded,
#stacks_in_1287_page0 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1287_page0 .shadow-style0stacks_in_1287_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1287_page0 .shadow-style0stacks_in_1287_page0:before,
#stacks_in_1287_page0 .shadow-style0stacks_in_1287_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1287_page0 .shadow-style0stacks_in_1287_page0:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1287_page0 .shadow-style1stacks_in_1287_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1287_page0 .shadow-style1stacks_in_1287_page0:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1287_page0 .shadow-style2stacks_in_1287_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1287_page0 .shadow-style2stacks_in_1287_page0:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1287_page0 .shadow-style3stacks_in_1287_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1287_page0 .shadow-style3stacks_in_1287_page0 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1287_page0 .shadow-style4stacks_in_1287_page0 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 0 3px 15px 3px;
	background: #FFCC66;
}

#stacks_in_1287_page0 .shadow-style4stacks_in_1287_page0:before, 
#stacks_in_1287_page0 .shadow-style4stacks_in_1287_page0:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1287_page0 .shadow-style5stacks_in_1287_page0 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1287_page0 .shadow-style5stacks_in_1287_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1287_page0 .shadow-style5stacks_in_1287_page0:before,
#stacks_in_1287_page0 .shadow-style5stacks_in_1287_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1287_page0 .shadow-style5stacks_in_1287_page0:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1287_page0 .shadow-style6stacks_in_1287_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 3px 3px 15px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1287_page0 .shadow-style6stacks_in_1287_page0:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1287_page0 .shadow-style6stacks_in_1287_page0:before,
#stacks_in_1287_page0 .shadow-style6stacks_in_1287_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1287_page0 .shadow-style7stacks_in_1287_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 3px 15px 3px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1287_page0 .shadow-style7stacks_in_1287_page0:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1287_page0 .shadow-style7stacks_in_1287_page0:before,
#stacks_in_1287_page0 .shadow-style7stacks_in_1287_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1287_page0 .shadow-style8stacks_in_1287_page0 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 1px solid #FF8000;
	margin: 15px 3px;
	background: #FFCC66;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1287_page0 .shadow-style8stacks_in_1287_page0:before,
#stacks_in_1287_page0 .shadow-style8stacks_in_1287_page0:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1287_page0 .shadow-style8stacks_in_1287_page0:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line*/

#stacks_in_1287_page0 .shadow-style9stacks_in_1287_page0 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFCC66;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1287_page0 .shadow-style9stacks_in_1287_page0 span {
	text-align: center !important;
}

#stacks_in_1287_page0 .shadow-style9stacks_in_1287_page0:before,
#stacks_in_1287_page0 .shadow-style9stacks_in_1287_page0:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1287_page0 .shadow-style9stacks_in_1287_page0:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



#stacks_in_1293_page0 {
	background-color: #000000;
}

#stacks_in_1294_page0 {
	font-size: 132%;
	font-weight: bold;
}
/* JaggedThing by RapidWeaver Central  */

#jaggedthing#stacks_in_1291_page0 {
	overflow: hidden;
	width: 100%;
}

/* Top  */

.jagged_style0stacks_in_1291_page0 {
    display:block;
    width: 100%;
    margin:11px auto 0 auto;
    padding:15px 20px;
    position: relative;
    background-color: #22B3D7;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22B3D7), color-stop(100%,#22B3D7));
  	background: -webkit-linear-gradient(top,  #22B3D7 0%,#22B3D7 100%);
    background:    -moz-linear-gradient(top,  #22B3D7 0%, #22B3D7 100%);
  	background: 		-ms-linear-gradient(top,  #22B3D7 0%,#22B3D7 100%);
  	background: 			linear-gradient(to bottom,  #22B3D7 0%,#22B3D7 100%);
}

.jagged_style0stacks_in_1291_page0:before {
   	content: "";
    display:block;
    position: absolute;
    width: 100%;
    top:-11px;
    left:0px;
    height:11px;
    background: -webkit-linear-gradient(-135deg, transparent 75%, #22B3D7 75%) 0 50%,
                -webkit-linear-gradient( -45deg, transparent 75%, #22B3D7 75%) 0 50%;
    background:    -moz-linear-gradient(-135deg, transparent 75%, #22B3D7 75%) 0 50%,
                   -moz-linear-gradient( -45deg, transparent 75%, #22B3D7 75%) 0 50%;
    background: 		linear-gradient(135deg, transparent 75%, #22B3D7 75%) 0 50%,
                		linear-gradient(-135deg, transparent 75%, #22B3D7 75%) 0 50%;
    background-repeat: repeat-x;
    background-size:10px 12px, 10px 10px;
}


/* Bottom  */

.jagged_style1stacks_in_1291_page0 {
    height: auto;
    width: 100%;
    margin: 0 0 11px 0px;
    position: relative;
    background-color: #22B3D7;
    background-repeat: repeat, no-repeat;
    background-size: 10px 10px, 100% 25px;
    background-image: -webkit-radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
    background-image:    -moz-radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
    background-image: 		-ms-radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
    background-image: 			radial-gradient(hsla(0,0%,0%,.025) 10%, transparent 15%), background-position: 50% 5px, 50% 0%;
}

.jagged_style1stacks_in_1291_page0:after {
    content: '';
    position: absolute; 
    bottom: -5px;
    height: 5px;
    left: 0;
    right: 0;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    background-image:-webkit-linear-gradient(45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7),
    				 -webkit-linear-gradient(-45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7);
	background-image: 	-moz-linear-gradient(45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7),
						-moz-linear-gradient(-45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7);
	background-image: 		-ms-linear-gradient(45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7),
							-ms-linear-gradient(-45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7);						
	background-image: 			linear-gradient(45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7),
								linear-gradient(-45deg, #22B3D7 25%, transparent 25%, transparent 75%, #22B3D7 75%, #22B3D7);
}

/* Double  */

.jagged_style2stacks_in_1291_page0 {
	vertical-align: middle;
	border: 10px solid transparent;
	border-width: 10px 0;
	background-color: #22B3D7;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #22B3D7), color-stop(100%, #22B3D7)), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50.5%, transparent), color-stop(50.5%, #22B3D7)), -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(50.5%, transparent), color-stop(50.5%, #22B3D7)), -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(50.5%, transparent), color-stop(50.5%, #22B3D7)), -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(50.5%, transparent), color-stop(50.5%, #22B3D7));
	background-image: -webkit-linear-gradient(#22B3D7, #22B3D7), -webkit-linear-gradient(top left, transparent 50.5%, #22B3D7 50.5%), -webkit-linear-gradient(top right, transparent 50.5%, #22B3D7 50.5%), -webkit-linear-gradient(bottom left, transparent 50.5%, #22B3D7 50.5%), -webkit-linear-gradient(bottom right, transparent 50.5%, #22B3D7 50.5%);
	background-image: -moz-linear-gradient(#22B3D7, #22B3D7), -moz-linear-gradient(top left, transparent 50.5%, #22B3D7 50.5%), -moz-linear-gradient(top right, transparent 50.5%, #22B3D7 50.5%), -moz-linear-gradient(bottom left, transparent 50.5%, #22B3D7 50.5%), -moz-linear-gradient(bottom right, transparent 50.5%, #22B3D7 50.5%);
	background-image: -ms-linear-gradient(#22B3D7, #22B3D7), -ms-linear-gradient(top left, transparent 50.5%, #22B3D7 50.5%), -ms-linear-gradient(top right, transparent 50.5%, #22B3D7 50.5%), -ms-linear-gradient(bottom left, transparent 50.5%, #22B3D7 50.5%), -ms-linear-gradient(bottom right, transparent 50.5%, #22B3D7 50.5%);
	background-image: linear-gradient(#22B3D7, #22B3D7), linear-gradient(top left, transparent 50.5%, #22B3D7 50.5%), linear-gradient(top right, transparent 50.5%, #22B3D7 50.5%), linear-gradient(bottom left, transparent 50.5%, #22B3D7 50.5%), linear-gradient(bottom right, transparent 50.5%, #22B3D7 50.5%);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	background-size: auto auto, 10px 10px, 10px 10px, 10px 10px, 10px 10px;
}


#stacks_in_1291_page0 {
	margin:  12px;
	padding:  13px;
}

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

#stacks_in_1290_page0 {
	font-size: 193%;
	font-weight: bold;
}
/* StripeyThing by RapidWeaver Central */

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

#stacks_in_4692_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_4692_page0 .stripeything0stacks_in_4692_page0 {
	
}

#stacks_in_4692_page0 .stripeything1stacks_in_4692_page0 {
	
}

#stacks_in_4692_page0 .stripeything2stacks_in_4692_page0 {
	
}

#stacks_in_4692_page0 .stripeything3stacks_in_4692_page0 {
	
}


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

#stacks_in_4684_page0 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_4684_page0 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_4684_page0 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_4684_page0 {
	margin:  12px;
}

#stacks_in_4691_page0 {
	font-size: 142%;
	font-weight: bold;
}


/* Start doobox Chauffeur css */


@font-face {
    font-family: 'doobutlericons';
    src: url(../files/chauffeur_files/heydings_icons-webfont.eot);
    src: url(../files/chauffeur_files/heydings_icons-webfont.eot?#iefix) format('embedded-opentype'),
         url(../files/chauffeur_files/heydings_icons-webfont.woff) format('woff'),
         url(../files/chauffeur_files/heydings_icons-webfont.ttf) format('truetype'),
         url(../files/chauffeur_files/heydings_icons-webfont.svg#heydings_icons-webfont) format('svg');
    font-weight: normal;
    font-style: normal;

}



.stacks_in_3802_page0wrapper{
width: 60px;
margin: 0 auto;

display : none;

}

 

.stacks_in_3802_page0bulter{
cursor: pointer;
border: 1px solid #999999;
background: #B3B3B3;
width: 60px;
height: 60px;
-webkit-border-radius: 31px;
-moz-border-radius: 31px;
border-radius: 31px;
font-size: 18px;
color: #FFFFFF;
text-align: center;
line-height: 60px;
margin: 5px;
z-index: 1000001;
 
 
text-shadow: 0px -1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=-1); 





background: #B3B3B3; /* Old browsers */
 
background: -moz-linear-gradient(top,  #CCCCCC 0%, #B3B3B3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#B3B3B3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #CCCCCC 0%,#B3B3B3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #CCCCCC 0%,#B3B3B3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #CCCCCC 0%,#B3B3B3 100%); /* IE10+ */
background: linear-gradient(top,  #CCCCCC 0%,#B3B3B3 100%); /* W3C */


}


.stacks_in_3802_page0bulter:hover{
color: #EBEBEB;
background: #B3B3B3; /* Old browsers */
 
background: -moz-linear-gradient(top,  #BDBDBD 0%, #B3B3B3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDBDBD), color-stop(100%,#B3B3B3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #BDBDBD 0%,#B3B3B3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #BDBDBD 0%,#B3B3B3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #BDBDBD 0%,#B3B3B3 100%); /* IE10+ */
background: linear-gradient(top,  #BDBDBD 0%,#B3B3B3 100%); /* W3C */

}

/* end doobox Chauffeur css */


#stacks_in_3802_page0 {
	margin:  12px;
}
