
#stacks_in_775_page76 .stacks_left {
	float:left;
	width:74%;
}

#stacks_in_775_page76 .stacks_right {
	float:right;
	width:24%;
}/*
 * cleanCarousel
 * Version 2.1.5
 * Developer: 1LittleDesigner (1LD)
 * Edits by: Jeremy Hawes (Lead Dev)
 * Description: Uses the BX Slider (Carousel) for easy to use and customize Carousel slider - for RapidWeaver software
 * Requirements: RapidWeaver v.5+, Stacks 2+
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 /*0 60px*/;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}


/** DEFAULT THEME
===================================*/
#cleanCarousel_stacks_in_8024_page76 {
	padding: 10px;
}
#cleanCarousel_stacks_in_8024_page76 .carouselSlides.opacity1 img {
	opacity: 0.6;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
#cleanCarousel_stacks_in_8024_page76 .carouselSlides.opacity1 img:hover {
	opacity: 1;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}
#cleanCarousel_stacks_in_8024_page76 .carouselSlides.grayscale1 img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
   	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
#cleanCarousel_stacks_in_8024_page76 .carouselSlides.grayscale1 img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    /* 
transition: 200ms all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
 */
}
#cleanCarousel_stacks_in_8024_page76 .bx-wrapper {
	-o-box-shadow: 0 2px 3px #999;
	-ms-box-shadow: 0 2px 3px #999;
	-moz-box-shadow: 0 2px 3px #999;
	-webkit-box-shadow: 0 2px 3px #999;
	box-shadow: 0 2px 3px #999;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	padding: 0px;
	background: #FFFFFF;
}

.carouselSlides {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

/* SLIDER THEMES */

#cleanCarousel_stacks_in_8024_page76.sliderThemeClear .bx-wrapper {
	background: url(images/clear.png) repeat !important;
	border: solid 1px #000000;
}
#cleanCarousel_stacks_in_8024_page76.sliderThemeExtraBorder .bx-wrapper {
	border: solid 1px #000000;
}
#cleanCarousel_stacks_in_8024_page76.sliderThemeCutOut .bx-wrapper {
	-o-box-shadow: inset 0 2px 3px #999;
	-ms-box-shadow: inset 0 2px 3px #999;
	-moz-box-shadow: inset 0 2px 3px #999;
	-webkit-box-shadow: inset 0 2px 3px #999;
	box-shadow: inset 0 2px 3px #999;
}
#cleanCarousel_stacks_in_8024_page76.sliderThemeBubbled .bx-wrapper {
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: none !important;
	-moz-border-radius: none !important;
	-webkit-border-radius: none !important;
	-o-border-radius: none !important;
	-ms-border-radius: none !important;
	background: none !important;
}
#cleanCarousel_stacks_in_8024_page76.sliderThemeBubbled .imageStyle {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/* SET TO ZERO */

.bx-wrapper ul, .bx-wrapper li, .bx-wrapper img, .bx-wrapper div {
	margin: 0;
	padding: 0;
}
.bx-wrapper .bx-viewport {
	left: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/350.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* ARROW NAVS */
#cleanCarousel_stacks_in_8024_page76.buttonThemeStandard .bx-wrapper .bx-prev {
	display:block;
	content: '';
	width: 0;
	height: 0;
	border: 30px solid;
	border-color: transparent #c4c4c4 transparent transparent;
	opacity:.5;
	left: 10px;
	/* background: url(images/) no-repeat 0 -32px; */
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeStandard .bx-wrapper .bx-next {
	display:block;
	content: '';
	width: 0;
	height: 0;
	border: 30px solid;
	border-color: transparent transparent transparent #c4c4c4;
	opacity:.5;
	right: 10px;
	/* background: url(images/) no-repeat -43px -32px; */
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeStandard .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	display:block;
	left:10px;
	content: '';
	width: 0;
	height: 0;
	border: 30px solid;
	border-color: transparent #78B8F8 transparent transparent;
	opacity:1;
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	margin-left:-30px;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeStandard .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
	display:block;
	right:10px;
	content: '';
	width: 0;
	height: 0;
	border: 30px solid;
	border-color: transparent transparent transparent #78B8F8;
	opacity:1;
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	margin-right:-30px;
}

/* QUADRANT NAVS */
#cleanCarousel_stacks_in_8024_page76.buttonThemeQuadrant .bx-wrapper .bx-prev {
	display:block;
	content: '';
	width: 0;
	height: 0;
	border-right: 40px solid #c4c4c4;
	border-top: 40px solid transparent;
	border-left: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	/* border-color: transparent #c4c4c4 transparent transparent; */
	opacity:.5;
	left: 10px;
	/* background: url(images/) no-repeat 0 -32px; */
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
	margin-top:-32px;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeQuadrant .bx-wrapper .bx-next {
	display:block;
	content: '';
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-top: 40px solid transparent;
	border-left: 40px solid #c4c4c4;
	border-bottom: 40px solid transparent;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	opacity:.5;
	right: 10px;
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
	margin-top:-32px;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeQuadrant .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	display:block;
	left:10px;
	content: '';
	width: 0;
	height: 0;
	border-right: 40px solid #78B8F8;
	border-top: 40px solid transparent;
	border-left: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	opacity:1;
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	margin-left:-30px;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeQuadrant .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
	display:block;
	right:10px;
	content: '';
	width: 0;
	height: 0;
	border-right: 40px solid transparent;
	border-top: 40px solid transparent;
	border-left: 40px solid #78B8F8;
	border-bottom: 40px solid transparent;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	opacity:1;
	transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	margin-right:-30px;
}

/* TEARDROP */
#cleanCarousel_stacks_in_8024_page76.buttonThemeTeardrop .bx-wrapper .bx-prev {
	display:block;
	content: '';
	width: 20px;
	height: 20px;
	border: 10px solid #c4c4c4;
	border-radius: 20px 20px 20px 0;
	-moz-border-radius: 20px 20px 20px 0;
	-webkit-border-radius: 20px 20px 20px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	opacity:.5;
	left: 10px;
	/* background: url(images/) no-repeat 0 -32px; */
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeTeardrop .bx-wrapper .bx-next {
	display:block;
	content: '';
	width: 20px;
	height: 20px;
	border: 10px solid #c4c4c4;
	border-radius: 20px 20px 0 20px;
	-moz-border-radius: 20px 20px 0 20px;
	-webkit-border-radius: 20px 20px 0 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	opacity:.5;
	right: 10px;
	/* background: url(images/) no-repeat 0 -32px; */
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeTeardrop .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	display:block;
	left:10px;
	content: '';
	width: 20px;
	height: 20px;
	border: 10px solid #78B8F8;
	border-radius: 20px 20px 20px 0;
	-moz-border-radius: 20px 20px 20px 0;
	-webkit-border-radius: 20px 20px 20px 0;
	opacity:1;
	transform: scale(2) rotate(45deg);
	-ms-transform: scale(2) rotate(45deg);
	-webkit-transform: scale(2) rotate(45deg);
	margin-left:30px;
}
#cleanCarousel_stacks_in_8024_page76.buttonThemeTeardrop .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
	display:block;
	right:10px;
	content: '';
	width: 20px;
	height: 20px;
	border: 10px solid #78B8F8;
	border-radius: 20px 20px 0 20px;
	-moz-border-radius: 20px 20px 0 20px;
	-webkit-border-radius: 20px 20px 0 20px;
	opacity:1;
	transform: scale(2) rotate(-45deg);
	-ms-transform: scale(2) rotate(-45deg);
	-webkit-transform: scale(2) rotate(-45deg);
	margin-right:30px;
}

/* ARROW NAVS */
#cleanCarousel_stacks_in_8024_page76.buttonThemeArrow .bx-wrapper .bx-prev {
	display:block;
	content: '';
	top: -12px;
	left: 10px;
	width: 12px; 
	height: 12px;
	border: 0 solid transparent; 
	border-top: 3px solid red; 
	border-radius: 20px 0 0 0; 
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	opacity:.5;
	/* background: url(images/) no-repeat 0 -32px; */
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
}
/* .bx-wrapper */ .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls3.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls3.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


#stacks_in_8024_page76 {
	padding:  10px;
}

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

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

#stacks_in_7939_page76 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_816_page76 {
	font-size: 127%;
}

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

#stacks_in_8013_page76 {
	background-color: #A4A6A4;
	padding: 10px 0px 10px 5px;
}

#stacks_in_8014_page76 {
	font-size: 121%;
}

#stacks_in_8011_page76 {
	background-color: #F6F4F3;
	padding: 5px 0px 5px 5px;
}

#stacks_in_8012_page76 {
	font-size: 124%;
}

#stacks_in_20466_page76 {
	background-color: #F6F4F3;
	padding: 0px 5px 0px 5px;
}

#stacks_in_20475_page76 {
	background-color: #F6F4F3;
	padding: 5px 0px 5px 5px;
}

#stacks_in_20476_page76 {
	font-size: 124%;
}

