
#stacks_in_74_page0 {
	font-size: 85%;
}
/*
	* cleanCarousel
	* Author: William Davis
 	* Version 3.0.3
 	* Product URL: http://www.onelittledesigner.com/rapidweaver-stack/cleanCarousel/
 	* Support URL: http://forum.onelittledesigner.com/tutorials/kb/cleancarousel/
 	* Author URL: http://onelittledesigner.com
 	* Description: Responsive Carousel Slider
*/

@charset "utf-8";

@font-face {
  font-family: 'FontAwesome';
  src: url('cleanCarousel_fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('cleanCarousel_fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('cleanCarousel_fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('cleanCarousel_fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('cleanCarousel_fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* 
@font-face {
	font-family: 'fontello';
  	src: 	url('cleanCarousel_fonts/fontello.eot?61688512');
  	src: 	url('cleanCarousel_fonts/fontello.eot?61688512#iefix') format('embedded-opentype'),
       		url('cleanCarousel_fonts/fontello.woff?61688512') format('woff'),
       		url('cleanCarousel_fonts/fontello.ttf?61688512') format('truetype'),
       		url('cleanCarousel_fonts/fontello.svg?61688512#fontello') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
 */

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
/* 
[class^="icon-"]:before, [class*="icon-"]:before {
  	font-family: "fontello";
  	font-style: normal;
  	font-weight: normal;
  	speak: none;
  	display: inline-block;
  	text-decoration: inherit;
  	width: 1em;
  	margin-right: .2em;
  	text-align: center;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1em;
  	margin-left: .2em;
}
 */

/* 
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction fa fa-angle-double-right:before { content: '\f101'; }
 
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .fa fa-angle-double-left:before { content: '\f100'; }

#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-right-dir:before { content: '\e80b'; } 
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-left-dir:before { content: '\e806'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-left-hand:before { content: '\e81a'; } 
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-right-hand:before { content: '\e812'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-forward-1:before { content: '\e807'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-left-open:before { content: '\e808'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-right-open-1:before { content: '\e80a'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-left-circled:before { content: '\e819'; } 
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-right-circled:before { content: '\e80e'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-angle-left:before { content: '\e816'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-angle-right:before { content: '\e80c'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-reply:before { content: '\e805'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-angle-circled-left:before { content: '\e817'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-angle-circled-right:before { content: '\e80d'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-right-1:before { content: '\e81c'; }
#cleanWrapper_stacks_in_69_page0 .bx-controls-direction .icon-left:before { content: '\e811'; }
 */



/* General */
#cleanWrapper_stacks_in_69_page0 {
	border-style: solid; 
	border-color: ; 
	border-width: px;
	border-radius: px;
	-moz-border-radius: px;
	-webkit-border-radius: px;
	-o-border-radius: px;
	-ms-border-radius: px;
}

#cleanCarousel_stacks_in_69_page0 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

#cleanCarousel_stacks_in_69_page0 img {
	max-width: 100%;
	display: block;
}


/* Add Carousel Colors */
#cleanWrapper_stacks_in_69_page0.addCarouselColor {
	background: none;
}

#cleanWrapper_stacks_in_69_page0.addCarouselColor1 {
	background: #008080;
}


/* Add Borders */
#cleanWrapper_stacks_in_69_page0.carouselBorder {
	border-style: none;
	border-width: 0;
	border-radius: none;
	border-color: none;
}

#cleanWrapper_stacks_in_69_page0.carouselBorder1 {
	border-style: solid;
	border-width: 5px;
	border-radius: 0px;
	border-color: #000000;
}


/* Add Shadowing */
#cleanWrapper_stacks_in_69_page0.shadowing {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

#cleanWrapper_stacks_in_69_page0.shadowing1 {
	box-shadow: 5px 5px 5px 0px #888888;
	-moz-box-shadow: 5px 5px 5px 0px #888888;
	-webkit-box-shadow: 5px 5px 5px 0px #888888;
	-o-box-shadow: 5px 5px 5px 0px #888888;
	-ms-box-shadow: 5px 5px 5px 0px #888888;
}

#cleanCarousel_stacks_in_69_page0.bx-pager,
#cleanCarousel_stacks_in_69_page0.bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* Themes */
#cleanWrapper_stacks_in_69_page0.sliderThemeClear {
	border: 1px solid rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.25);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

#cleanWrapper_stacks_in_69_page0.sliderThemeClear img {
	opacity: .5;
}

#cleanWrapper_stacks_in_69_page0.sliderThemeCutOut {
	-o-box-shadow: inset 0 0 10px #888888;
	-ms-box-shadow: inset 0 0 10px #888888;
	-moz-box-shadow: inset 0 0 10px #888888;
	-webkit-box-shadow: inset 0 0 10px #888888;
	box-shadow: inset 0 0 10px #888888;
}

#cleanWrapper_stacks_in_69_page0.sliderThemeBubbled {
	-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;
}

#cleanWrapper_stacks_in_69_page0.sliderThemeBubbled img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}


/* Loader */
#cleanCarousel_stacks_in_69_page0.bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* Pager */
#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #000000;
	text-align: left;
}

#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-pager.bx-default-pager {
	text-align: center;
}

#cleanWrapper_stacks_in_69_page0.bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-pager.bx-default-pager a {
	opacity: .25;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: ease-in-out 200ms;
	-webkit-transition: ease-in-out 200ms; 
}

.bx-pager.bx-default-pager a:hover {
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transition: ease-in-out 200ms;
	-webkit-transition: ease-in-out 200ms; 
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
	background: #000000;
	opacity: 1;
}


/* Navigational Controls */
#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-controls-direction a {
	color: #888888;
}

.bx-prev {
	left: 10px;
	margin-left: 20px;
	padding: 0 10px 0 12px;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;	
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;	
	border-top-right-radius: 4px;
	opacity: .25;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms; 
}

.bx-prev:hover {
	/* background-position: 0 0; */
	/* color: #888888; */
	opacity: 1;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms; 
}

.bx-next {
	right: 30px;
	margin-left: 20px;
	padding: 0 10px 0 12px;
	text-decoration: none;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;	
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;	
	border-top-left-radius: 4px;
	opacity: .25;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms; 
}

.bx-next:hover {
	/* background-position: -43px 0; */
	/* color: #888888; */
	opacity: 1;
	transition: all ease-in-out 200ms;
	-webkit-transition: all ease-in-out 200ms; 
}

#cleanWrapper_stacks_in_69_page0 .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	height: 24px;
	z-index: 9999;
	font-size: 36px;
}

.bx-controls-direction a.disabled {
	display: none;
}


/* Automatic Run */
#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-controls-auto .bx-start {
	color: ;
	opacity: .25;
	transition: ease-in-out 200ms;
	-webkit-transition: ease-in-out 200ms; 
}

#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-controls-auto .bx-stop {
	color: ;
	opacity: .25;
	transition: ease-in-out 200ms;
	-webkit-transition: ease-in-out 200ms; 
}

#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-controls-auto .bx-start:hover,
#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-controls-auto .bx-start:active {
	opacity: 1;
}

#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#cleanWrapper_stacks_in_69_page0 .bx-wrapper .bx-controls-auto .bx-stop:active {
	opacity: 1;
}

.bx-controls-auto {
	text-align: center;
	font-size: 20px;
	padding: 10px 0 10px 0;
}

.bx-controls-auto .bx-start {
	display: block;
	outline: 0;
	margin: 0 3px;
	/* color: ; */
}

.bx-controls-auto .bx-start:hover,
.bx-controls-auto .bx-start.active {
	opacity: 1;
}

.bx-controls-auto .bx-stop {
	display: block;
	outline: 0;
	margin: 0 3px;
	/* color: ; */
}

.bx-controls-auto .bx-stop:hover,
.bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
	opacity: 1;
}


/* Pagination */
#cleanCarousel_stacks_in_69_page0.bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#cleanCarousel_stacks_in_69_page0.bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* Image Captions */
#cleanCarousel_stacks_in_69_page0.bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#cleanCarousel_stacks_in_69_page0.bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Grayscale */
#cleanCarousel_stacks_in_69_page0.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_69_page0.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%);
}


/* Opacity */
#cleanCarousel_stacks_in_69_page0.opacity1 img {
	opacity: 0.5;
	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_69_page0.opacity1 img:hover {
	opacity: 1;
}
#stacks_in_75_page0 {
	border: solid #0000FF;
	border-width:  2px;
}

#stacks_in_77_page0 {
	border: solid #000000;
	border-width:  2px;
}

#stacks_in_84_page0 {
	font-size: 110%;
}
