
#stacks_out_44257_page1 {
	width: 136px;
	margin-left:0;
}

#stacks_in_44257_page1 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_3172_page1 {
	margin: 0px 0px 5px 0px;
}
#stacks_in_43880_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_43880_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_43880_page1 #jwresp_col2_stacks_in_43880_page1{ float:right; width:49%}@media screen and (max-width:770px){#stacks_in_43880_page1 #jwresp_col1_stacks_in_43880_page1,#stacks_in_43880_page1 #jwresp_col2_stacks_in_43880_page1{width:100%;float:none;display:block}#stacks_in_43880_page1 #jwresp_col1_stacks_in_43880_page1{margin-bottom:0px}}

#stacks_in_2909_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_2910_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_2554_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_2554_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_2554_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_2554_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_2554_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_2554_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_2554_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_2554_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_2554_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_2554_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_2554_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_2554_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_2554_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_2554_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_2554_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_2554_page1,
	#overlayContentstacks_in_2554_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_2554_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_22293_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_22293_page1 *,
#HotSpotWrapperstacks_in_22293_page1 *:before,
#HotSpotWrapperstacks_in_22293_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_22293_page1 a,
#HotSpotWrapperstacks_in_22293_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_22293_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_22293_page1 a.HotSpot,
#HotSpotWrapperstacks_in_22293_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_22293_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_22293_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_22293_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_22293_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_22301_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_22301_page1 *,
#HotSpotWrapperstacks_in_22301_page1 *:before,
#HotSpotWrapperstacks_in_22301_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_22301_page1 a,
#HotSpotWrapperstacks_in_22301_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_22301_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_22301_page1 a.HotSpot,
#HotSpotWrapperstacks_in_22301_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_22301_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_22301_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_22301_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_22301_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28143_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28143_page1 *,
#HotSpotWrapperstacks_in_28143_page1 *:before,
#HotSpotWrapperstacks_in_28143_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28143_page1 a,
#HotSpotWrapperstacks_in_28143_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28143_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28143_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28143_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28143_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28143_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28143_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28143_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28159_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28159_page1 *,
#HotSpotWrapperstacks_in_28159_page1 *:before,
#HotSpotWrapperstacks_in_28159_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28159_page1 a,
#HotSpotWrapperstacks_in_28159_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28159_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28159_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28159_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28159_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28159_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28159_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28159_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28167_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28167_page1 *,
#HotSpotWrapperstacks_in_28167_page1 *:before,
#HotSpotWrapperstacks_in_28167_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28167_page1 a,
#HotSpotWrapperstacks_in_28167_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28167_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28167_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28167_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28167_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28167_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28167_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28167_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28175_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28175_page1 *,
#HotSpotWrapperstacks_in_28175_page1 *:before,
#HotSpotWrapperstacks_in_28175_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28175_page1 a,
#HotSpotWrapperstacks_in_28175_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28175_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28175_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28175_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28175_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28175_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28175_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28175_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28183_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28183_page1 *,
#HotSpotWrapperstacks_in_28183_page1 *:before,
#HotSpotWrapperstacks_in_28183_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28183_page1 a,
#HotSpotWrapperstacks_in_28183_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28183_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28183_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28183_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28183_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28183_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28183_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28183_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28207_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28207_page1 *,
#HotSpotWrapperstacks_in_28207_page1 *:before,
#HotSpotWrapperstacks_in_28207_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28207_page1 a,
#HotSpotWrapperstacks_in_28207_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28207_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28207_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28207_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28207_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28207_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28207_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28207_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}
#stacks_in_20344_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_20345_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_20277_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_20277_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_20277_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_20277_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_20277_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_20277_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_20277_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_20277_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_20277_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_20277_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_20277_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_20277_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_20277_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_20277_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_20277_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_20277_page1,
	#overlayContentstacks_in_20277_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_20277_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_28215_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28215_page1 *,
#HotSpotWrapperstacks_in_28215_page1 *:before,
#HotSpotWrapperstacks_in_28215_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28215_page1 a,
#HotSpotWrapperstacks_in_28215_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28215_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28215_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28215_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28215_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28215_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28215_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28215_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28223_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28223_page1 *,
#HotSpotWrapperstacks_in_28223_page1 *:before,
#HotSpotWrapperstacks_in_28223_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28223_page1 a,
#HotSpotWrapperstacks_in_28223_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28223_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28223_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28223_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28223_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28223_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28223_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28223_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28231_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28231_page1 *,
#HotSpotWrapperstacks_in_28231_page1 *:before,
#HotSpotWrapperstacks_in_28231_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28231_page1 a,
#HotSpotWrapperstacks_in_28231_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28231_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28231_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28231_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28231_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28231_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28231_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28231_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28239_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28239_page1 *,
#HotSpotWrapperstacks_in_28239_page1 *:before,
#HotSpotWrapperstacks_in_28239_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28239_page1 a,
#HotSpotWrapperstacks_in_28239_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28239_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28239_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28239_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28239_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28239_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28239_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28239_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28247_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28247_page1 *,
#HotSpotWrapperstacks_in_28247_page1 *:before,
#HotSpotWrapperstacks_in_28247_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28247_page1 a,
#HotSpotWrapperstacks_in_28247_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28247_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28247_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28247_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28247_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28247_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28247_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28247_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28255_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28255_page1 *,
#HotSpotWrapperstacks_in_28255_page1 *:before,
#HotSpotWrapperstacks_in_28255_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28255_page1 a,
#HotSpotWrapperstacks_in_28255_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28255_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28255_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28255_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28255_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28255_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28255_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28255_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28263_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28263_page1 *,
#HotSpotWrapperstacks_in_28263_page1 *:before,
#HotSpotWrapperstacks_in_28263_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28263_page1 a,
#HotSpotWrapperstacks_in_28263_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28263_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28263_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28263_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28263_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28263_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28263_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28263_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28271_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28271_page1 *,
#HotSpotWrapperstacks_in_28271_page1 *:before,
#HotSpotWrapperstacks_in_28271_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28271_page1 a,
#HotSpotWrapperstacks_in_28271_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28271_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28271_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28271_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28271_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28271_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28271_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28271_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44113_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44113_page1 *,
#HotSpotWrapperstacks_in_44113_page1 *:before,
#HotSpotWrapperstacks_in_44113_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44113_page1 a,
#HotSpotWrapperstacks_in_44113_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44113_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44113_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44113_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44113_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44113_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44113_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44113_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44115_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44115_page1 *,
#HotSpotWrapperstacks_in_44115_page1 *:before,
#HotSpotWrapperstacks_in_44115_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44115_page1 a,
#HotSpotWrapperstacks_in_44115_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44115_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44115_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44115_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44115_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44115_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44115_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44115_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#stacks_in_43883_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_43883_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_43883_page1 #jwresp_col2_stacks_in_43883_page1{ float:right; width:49%}@media screen and (max-width:770px){#stacks_in_43883_page1 #jwresp_col1_stacks_in_43883_page1,#stacks_in_43883_page1 #jwresp_col2_stacks_in_43883_page1{width:100%;float:none;display:block}#stacks_in_43883_page1 #jwresp_col1_stacks_in_43883_page1{margin-bottom:0px}}

#stacks_in_3236_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_3237_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_3392_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_3392_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_3392_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_3392_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_3392_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_3392_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_3392_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_3392_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_3392_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_3392_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_3392_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_3392_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_3392_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_3392_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_3392_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_3392_page1,
	#overlayContentstacks_in_3392_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_3392_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_28279_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28279_page1 *,
#HotSpotWrapperstacks_in_28279_page1 *:before,
#HotSpotWrapperstacks_in_28279_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28279_page1 a,
#HotSpotWrapperstacks_in_28279_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28279_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28279_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28279_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28279_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28279_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28279_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28279_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28287_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28287_page1 *,
#HotSpotWrapperstacks_in_28287_page1 *:before,
#HotSpotWrapperstacks_in_28287_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28287_page1 a,
#HotSpotWrapperstacks_in_28287_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28287_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28287_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28287_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28287_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28287_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28287_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28287_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28295_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28295_page1 *,
#HotSpotWrapperstacks_in_28295_page1 *:before,
#HotSpotWrapperstacks_in_28295_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28295_page1 a,
#HotSpotWrapperstacks_in_28295_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28295_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28295_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28295_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28295_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28295_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28295_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28295_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28303_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28303_page1 *,
#HotSpotWrapperstacks_in_28303_page1 *:before,
#HotSpotWrapperstacks_in_28303_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28303_page1 a,
#HotSpotWrapperstacks_in_28303_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28303_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28303_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28303_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28303_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28303_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28303_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28303_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28311_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28311_page1 *,
#HotSpotWrapperstacks_in_28311_page1 *:before,
#HotSpotWrapperstacks_in_28311_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28311_page1 a,
#HotSpotWrapperstacks_in_28311_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28311_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28311_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28311_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28311_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28311_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28311_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28311_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44117_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44117_page1 *,
#HotSpotWrapperstacks_in_44117_page1 *:before,
#HotSpotWrapperstacks_in_44117_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44117_page1 a,
#HotSpotWrapperstacks_in_44117_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44117_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44117_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44117_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44117_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44117_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44117_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44117_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44119_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44119_page1 *,
#HotSpotWrapperstacks_in_44119_page1 *:before,
#HotSpotWrapperstacks_in_44119_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44119_page1 a,
#HotSpotWrapperstacks_in_44119_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44119_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44119_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44119_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44119_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44119_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44119_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44119_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}
#stacks_in_44160_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_44161_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_44178_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_44178_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_44178_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_44178_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_44178_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_44178_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_44178_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_44178_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_44178_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_44178_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_44178_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_44178_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_44178_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_44178_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_44178_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_44178_page1,
	#overlayContentstacks_in_44178_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_44178_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_44179_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44179_page1 *,
#HotSpotWrapperstacks_in_44179_page1 *:before,
#HotSpotWrapperstacks_in_44179_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44179_page1 a,
#HotSpotWrapperstacks_in_44179_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44179_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44179_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44179_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44179_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44179_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44179_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44179_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44182_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44182_page1 *,
#HotSpotWrapperstacks_in_44182_page1 *:before,
#HotSpotWrapperstacks_in_44182_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44182_page1 a,
#HotSpotWrapperstacks_in_44182_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44182_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44182_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44182_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44182_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44182_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44182_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44182_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44185_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44185_page1 *,
#HotSpotWrapperstacks_in_44185_page1 *:before,
#HotSpotWrapperstacks_in_44185_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44185_page1 a,
#HotSpotWrapperstacks_in_44185_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44185_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44185_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44185_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44185_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44185_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44185_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44185_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44188_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44188_page1 *,
#HotSpotWrapperstacks_in_44188_page1 *:before,
#HotSpotWrapperstacks_in_44188_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44188_page1 a,
#HotSpotWrapperstacks_in_44188_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44188_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44188_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44188_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44188_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44188_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44188_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44188_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44191_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44191_page1 *,
#HotSpotWrapperstacks_in_44191_page1 *:before,
#HotSpotWrapperstacks_in_44191_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44191_page1 a,
#HotSpotWrapperstacks_in_44191_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44191_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44191_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44191_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44191_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44191_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44191_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44191_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44194_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44194_page1 *,
#HotSpotWrapperstacks_in_44194_page1 *:before,
#HotSpotWrapperstacks_in_44194_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44194_page1 a,
#HotSpotWrapperstacks_in_44194_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44194_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44194_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44194_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44194_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44194_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44194_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44194_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44197_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44197_page1 *,
#HotSpotWrapperstacks_in_44197_page1 *:before,
#HotSpotWrapperstacks_in_44197_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44197_page1 a,
#HotSpotWrapperstacks_in_44197_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44197_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44197_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44197_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44197_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44197_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44197_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44197_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44200_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44200_page1 *,
#HotSpotWrapperstacks_in_44200_page1 *:before,
#HotSpotWrapperstacks_in_44200_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44200_page1 a,
#HotSpotWrapperstacks_in_44200_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44200_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44200_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44200_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44200_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44200_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44200_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44200_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44203_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44203_page1 *,
#HotSpotWrapperstacks_in_44203_page1 *:before,
#HotSpotWrapperstacks_in_44203_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44203_page1 a,
#HotSpotWrapperstacks_in_44203_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44203_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44203_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44203_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44203_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44203_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44203_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44203_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44206_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44206_page1 *,
#HotSpotWrapperstacks_in_44206_page1 *:before,
#HotSpotWrapperstacks_in_44206_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44206_page1 a,
#HotSpotWrapperstacks_in_44206_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44206_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44206_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44206_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44206_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44206_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44206_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44206_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44209_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44209_page1 *,
#HotSpotWrapperstacks_in_44209_page1 *:before,
#HotSpotWrapperstacks_in_44209_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44209_page1 a,
#HotSpotWrapperstacks_in_44209_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44209_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44209_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44209_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44209_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44209_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44209_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44209_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44212_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44212_page1 *,
#HotSpotWrapperstacks_in_44212_page1 *:before,
#HotSpotWrapperstacks_in_44212_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44212_page1 a,
#HotSpotWrapperstacks_in_44212_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44212_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44212_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44212_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44212_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44212_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44212_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44212_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44215_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44215_page1 *,
#HotSpotWrapperstacks_in_44215_page1 *:before,
#HotSpotWrapperstacks_in_44215_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44215_page1 a,
#HotSpotWrapperstacks_in_44215_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44215_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44215_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44215_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44215_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44215_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44215_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44215_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#stacks_in_43889_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_43889_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_43889_page1 #jwresp_col2_stacks_in_43889_page1{ float:right; width:49%}@media screen and (max-width:770px){#stacks_in_43889_page1 #jwresp_col1_stacks_in_43889_page1,#stacks_in_43889_page1 #jwresp_col2_stacks_in_43889_page1{width:100%;float:none;display:block}#stacks_in_43889_page1 #jwresp_col1_stacks_in_43889_page1{margin-bottom:0px}}

#stacks_in_20065_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_20066_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_19962_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_19962_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_19962_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_19962_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_19962_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_19962_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_19962_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_19962_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_19962_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_19962_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_19962_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_19962_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_19962_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_19962_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_19962_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_19962_page1,
	#overlayContentstacks_in_19962_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_19962_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_28319_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28319_page1 *,
#HotSpotWrapperstacks_in_28319_page1 *:before,
#HotSpotWrapperstacks_in_28319_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28319_page1 a,
#HotSpotWrapperstacks_in_28319_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28319_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28319_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28319_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28319_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28319_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28319_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28319_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28327_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28327_page1 *,
#HotSpotWrapperstacks_in_28327_page1 *:before,
#HotSpotWrapperstacks_in_28327_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28327_page1 a,
#HotSpotWrapperstacks_in_28327_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28327_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28327_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28327_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28327_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28327_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28327_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28327_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28335_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28335_page1 *,
#HotSpotWrapperstacks_in_28335_page1 *:before,
#HotSpotWrapperstacks_in_28335_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28335_page1 a,
#HotSpotWrapperstacks_in_28335_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28335_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28335_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28335_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28335_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28335_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28335_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28335_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28343_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28343_page1 *,
#HotSpotWrapperstacks_in_28343_page1 *:before,
#HotSpotWrapperstacks_in_28343_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28343_page1 a,
#HotSpotWrapperstacks_in_28343_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28343_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28343_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28343_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28343_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28343_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28343_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28343_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28351_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28351_page1 *,
#HotSpotWrapperstacks_in_28351_page1 *:before,
#HotSpotWrapperstacks_in_28351_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28351_page1 a,
#HotSpotWrapperstacks_in_28351_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28351_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28351_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28351_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28351_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28351_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28351_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28351_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28359_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28359_page1 *,
#HotSpotWrapperstacks_in_28359_page1 *:before,
#HotSpotWrapperstacks_in_28359_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28359_page1 a,
#HotSpotWrapperstacks_in_28359_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28359_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28359_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28359_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28359_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28359_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28359_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28359_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28367_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28367_page1 *,
#HotSpotWrapperstacks_in_28367_page1 *:before,
#HotSpotWrapperstacks_in_28367_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28367_page1 a,
#HotSpotWrapperstacks_in_28367_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28367_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28367_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28367_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28367_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28367_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28367_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28367_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28375_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28375_page1 *,
#HotSpotWrapperstacks_in_28375_page1 *:before,
#HotSpotWrapperstacks_in_28375_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28375_page1 a,
#HotSpotWrapperstacks_in_28375_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28375_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28375_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28375_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28375_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28375_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28375_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28375_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28383_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28383_page1 *,
#HotSpotWrapperstacks_in_28383_page1 *:before,
#HotSpotWrapperstacks_in_28383_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28383_page1 a,
#HotSpotWrapperstacks_in_28383_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28383_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28383_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28383_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28383_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28383_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28383_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28383_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28391_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28391_page1 *,
#HotSpotWrapperstacks_in_28391_page1 *:before,
#HotSpotWrapperstacks_in_28391_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28391_page1 a,
#HotSpotWrapperstacks_in_28391_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28391_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28391_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28391_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28391_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28391_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28391_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28391_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28399_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28399_page1 *,
#HotSpotWrapperstacks_in_28399_page1 *:before,
#HotSpotWrapperstacks_in_28399_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28399_page1 a,
#HotSpotWrapperstacks_in_28399_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28399_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28399_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28399_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28399_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28399_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28399_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28399_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28407_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28407_page1 *,
#HotSpotWrapperstacks_in_28407_page1 *:before,
#HotSpotWrapperstacks_in_28407_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28407_page1 a,
#HotSpotWrapperstacks_in_28407_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28407_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28407_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28407_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28407_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28407_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28407_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28407_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44123_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44123_page1 *,
#HotSpotWrapperstacks_in_44123_page1 *:before,
#HotSpotWrapperstacks_in_44123_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44123_page1 a,
#HotSpotWrapperstacks_in_44123_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44123_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44123_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44123_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44123_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44123_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44123_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44123_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44121_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44121_page1 *,
#HotSpotWrapperstacks_in_44121_page1 *:before,
#HotSpotWrapperstacks_in_44121_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44121_page1 a,
#HotSpotWrapperstacks_in_44121_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44121_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44121_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44121_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44121_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44121_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44121_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44121_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44125_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44125_page1 *,
#HotSpotWrapperstacks_in_44125_page1 *:before,
#HotSpotWrapperstacks_in_44125_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44125_page1 a,
#HotSpotWrapperstacks_in_44125_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44125_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44125_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44125_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44125_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44125_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44125_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44125_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44129_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44129_page1 *,
#HotSpotWrapperstacks_in_44129_page1 *:before,
#HotSpotWrapperstacks_in_44129_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44129_page1 a,
#HotSpotWrapperstacks_in_44129_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44129_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44129_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44129_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44129_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44129_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44129_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44129_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44127_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44127_page1 *,
#HotSpotWrapperstacks_in_44127_page1 *:before,
#HotSpotWrapperstacks_in_44127_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44127_page1 a,
#HotSpotWrapperstacks_in_44127_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44127_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44127_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44127_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44127_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44127_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44127_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44127_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}
#stacks_in_3228_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_3229_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_3591_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_3591_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_3591_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_3591_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_3591_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_3591_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_3591_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_3591_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_3591_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_3591_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_3591_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_3591_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_3591_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_3591_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_3591_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_3591_page1,
	#overlayContentstacks_in_3591_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_3591_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_28415_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28415_page1 *,
#HotSpotWrapperstacks_in_28415_page1 *:before,
#HotSpotWrapperstacks_in_28415_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28415_page1 a,
#HotSpotWrapperstacks_in_28415_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28415_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28415_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28415_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28415_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28415_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28415_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28415_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28423_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28423_page1 *,
#HotSpotWrapperstacks_in_28423_page1 *:before,
#HotSpotWrapperstacks_in_28423_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28423_page1 a,
#HotSpotWrapperstacks_in_28423_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28423_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28423_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28423_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28423_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28423_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28423_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28423_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28431_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28431_page1 *,
#HotSpotWrapperstacks_in_28431_page1 *:before,
#HotSpotWrapperstacks_in_28431_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28431_page1 a,
#HotSpotWrapperstacks_in_28431_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28431_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28431_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28431_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28431_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28431_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28431_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28431_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28439_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28439_page1 *,
#HotSpotWrapperstacks_in_28439_page1 *:before,
#HotSpotWrapperstacks_in_28439_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28439_page1 a,
#HotSpotWrapperstacks_in_28439_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28439_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28439_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28439_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28439_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28439_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28439_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28439_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28447_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28447_page1 *,
#HotSpotWrapperstacks_in_28447_page1 *:before,
#HotSpotWrapperstacks_in_28447_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28447_page1 a,
#HotSpotWrapperstacks_in_28447_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28447_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28447_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28447_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28447_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28447_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28447_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28447_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28455_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28455_page1 *,
#HotSpotWrapperstacks_in_28455_page1 *:before,
#HotSpotWrapperstacks_in_28455_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28455_page1 a,
#HotSpotWrapperstacks_in_28455_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28455_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28455_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28455_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28455_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28455_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28455_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28455_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28463_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28463_page1 *,
#HotSpotWrapperstacks_in_28463_page1 *:before,
#HotSpotWrapperstacks_in_28463_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28463_page1 a,
#HotSpotWrapperstacks_in_28463_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28463_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28463_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28463_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28463_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28463_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28463_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28463_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28471_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28471_page1 *,
#HotSpotWrapperstacks_in_28471_page1 *:before,
#HotSpotWrapperstacks_in_28471_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28471_page1 a,
#HotSpotWrapperstacks_in_28471_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28471_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28471_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28471_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28471_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28471_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28471_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28471_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28479_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28479_page1 *,
#HotSpotWrapperstacks_in_28479_page1 *:before,
#HotSpotWrapperstacks_in_28479_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28479_page1 a,
#HotSpotWrapperstacks_in_28479_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28479_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28479_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28479_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28479_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28479_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28479_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28479_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44137_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44137_page1 *,
#HotSpotWrapperstacks_in_44137_page1 *:before,
#HotSpotWrapperstacks_in_44137_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44137_page1 a,
#HotSpotWrapperstacks_in_44137_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44137_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44137_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44137_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44137_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44137_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44137_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44137_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44135_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44135_page1 *,
#HotSpotWrapperstacks_in_44135_page1 *:before,
#HotSpotWrapperstacks_in_44135_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44135_page1 a,
#HotSpotWrapperstacks_in_44135_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44135_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44135_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44135_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44135_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44135_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44135_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44135_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44133_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44133_page1 *,
#HotSpotWrapperstacks_in_44133_page1 *:before,
#HotSpotWrapperstacks_in_44133_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44133_page1 a,
#HotSpotWrapperstacks_in_44133_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44133_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44133_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44133_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44133_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44133_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44133_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44133_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44131_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44131_page1 *,
#HotSpotWrapperstacks_in_44131_page1 *:before,
#HotSpotWrapperstacks_in_44131_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44131_page1 a,
#HotSpotWrapperstacks_in_44131_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44131_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44131_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44131_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44131_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44131_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44131_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44131_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#stacks_in_43892_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_43892_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_43892_page1 #jwresp_col2_stacks_in_43892_page1{ float:right; width:49%}@media screen and (max-width:770px){#stacks_in_43892_page1 #jwresp_col1_stacks_in_43892_page1,#stacks_in_43892_page1 #jwresp_col2_stacks_in_43892_page1{width:100%;float:none;display:block}#stacks_in_43892_page1 #jwresp_col1_stacks_in_43892_page1{margin-bottom:0px}}

#stacks_in_15203_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_15204_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_15361_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_15361_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_15361_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_15361_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_15361_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_15361_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_15361_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_15361_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_15361_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_15361_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_15361_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_15361_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_15361_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_15361_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_15361_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_15361_page1,
	#overlayContentstacks_in_15361_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_15361_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_15382_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15382_page1 *,
#HotSpotWrapperstacks_in_15382_page1 *:before,
#HotSpotWrapperstacks_in_15382_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15382_page1 a,
#HotSpotWrapperstacks_in_15382_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15382_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15382_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15382_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15382_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15382_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15382_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15382_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_15385_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15385_page1 *,
#HotSpotWrapperstacks_in_15385_page1 *:before,
#HotSpotWrapperstacks_in_15385_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15385_page1 a,
#HotSpotWrapperstacks_in_15385_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15385_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15385_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15385_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15385_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15385_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15385_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15385_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_15388_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15388_page1 *,
#HotSpotWrapperstacks_in_15388_page1 *:before,
#HotSpotWrapperstacks_in_15388_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15388_page1 a,
#HotSpotWrapperstacks_in_15388_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15388_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15388_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15388_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15388_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15388_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15388_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15388_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_15391_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15391_page1 *,
#HotSpotWrapperstacks_in_15391_page1 *:before,
#HotSpotWrapperstacks_in_15391_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15391_page1 a,
#HotSpotWrapperstacks_in_15391_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15391_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15391_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15391_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15391_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15391_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15391_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15391_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_15394_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15394_page1 *,
#HotSpotWrapperstacks_in_15394_page1 *:before,
#HotSpotWrapperstacks_in_15394_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15394_page1 a,
#HotSpotWrapperstacks_in_15394_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15394_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15394_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15394_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15394_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15394_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15394_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15394_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_15397_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15397_page1 *,
#HotSpotWrapperstacks_in_15397_page1 *:before,
#HotSpotWrapperstacks_in_15397_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15397_page1 a,
#HotSpotWrapperstacks_in_15397_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15397_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15397_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15397_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15397_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15397_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15397_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15397_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_15400_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15400_page1 *,
#HotSpotWrapperstacks_in_15400_page1 *:before,
#HotSpotWrapperstacks_in_15400_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15400_page1 a,
#HotSpotWrapperstacks_in_15400_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15400_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15400_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15400_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15400_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15400_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15400_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15400_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_15403_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_15403_page1 *,
#HotSpotWrapperstacks_in_15403_page1 *:before,
#HotSpotWrapperstacks_in_15403_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_15403_page1 a,
#HotSpotWrapperstacks_in_15403_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_15403_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_15403_page1 a.HotSpot,
#HotSpotWrapperstacks_in_15403_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_15403_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_15403_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_15403_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_15403_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}
#stacks_in_3212_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_3213_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_3989_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_3989_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_3989_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_3989_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_3989_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_3989_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_3989_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_3989_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_3989_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_3989_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_3989_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_3989_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_3989_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_3989_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_3989_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_3989_page1,
	#overlayContentstacks_in_3989_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_3989_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_28527_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28527_page1 *,
#HotSpotWrapperstacks_in_28527_page1 *:before,
#HotSpotWrapperstacks_in_28527_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28527_page1 a,
#HotSpotWrapperstacks_in_28527_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28527_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28527_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28527_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28527_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28527_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28527_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28527_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28535_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28535_page1 *,
#HotSpotWrapperstacks_in_28535_page1 *:before,
#HotSpotWrapperstacks_in_28535_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28535_page1 a,
#HotSpotWrapperstacks_in_28535_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28535_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28535_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28535_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28535_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28535_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28535_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28535_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28543_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28543_page1 *,
#HotSpotWrapperstacks_in_28543_page1 *:before,
#HotSpotWrapperstacks_in_28543_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28543_page1 a,
#HotSpotWrapperstacks_in_28543_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28543_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28543_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28543_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28543_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28543_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28543_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28543_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28551_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28551_page1 *,
#HotSpotWrapperstacks_in_28551_page1 *:before,
#HotSpotWrapperstacks_in_28551_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28551_page1 a,
#HotSpotWrapperstacks_in_28551_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28551_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28551_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28551_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28551_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28551_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28551_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28551_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28559_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28559_page1 *,
#HotSpotWrapperstacks_in_28559_page1 *:before,
#HotSpotWrapperstacks_in_28559_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28559_page1 a,
#HotSpotWrapperstacks_in_28559_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28559_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28559_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28559_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28559_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28559_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28559_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28559_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28567_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28567_page1 *,
#HotSpotWrapperstacks_in_28567_page1 *:before,
#HotSpotWrapperstacks_in_28567_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28567_page1 a,
#HotSpotWrapperstacks_in_28567_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28567_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28567_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28567_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28567_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28567_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28567_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28567_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28575_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28575_page1 *,
#HotSpotWrapperstacks_in_28575_page1 *:before,
#HotSpotWrapperstacks_in_28575_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28575_page1 a,
#HotSpotWrapperstacks_in_28575_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28575_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28575_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28575_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28575_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28575_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28575_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28575_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#stacks_in_43886_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_43886_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_43886_page1 #jwresp_col2_stacks_in_43886_page1{ float:right; width:49%}@media screen and (max-width:770px){#stacks_in_43886_page1 #jwresp_col1_stacks_in_43886_page1,#stacks_in_43886_page1 #jwresp_col2_stacks_in_43886_page1{width:100%;float:none;display:block}#stacks_in_43886_page1 #jwresp_col1_stacks_in_43886_page1{margin-bottom:0px}}

#stacks_in_20633_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_20634_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_20562_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_20562_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_20562_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_20562_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_20562_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_20562_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_20562_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_20562_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_20562_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_20562_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_20562_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_20562_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_20562_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_20562_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_20562_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_20562_page1,
	#overlayContentstacks_in_20562_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_20562_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_28647_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28647_page1 *,
#HotSpotWrapperstacks_in_28647_page1 *:before,
#HotSpotWrapperstacks_in_28647_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28647_page1 a,
#HotSpotWrapperstacks_in_28647_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28647_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28647_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28647_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28647_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28647_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28647_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28647_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28655_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28655_page1 *,
#HotSpotWrapperstacks_in_28655_page1 *:before,
#HotSpotWrapperstacks_in_28655_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28655_page1 a,
#HotSpotWrapperstacks_in_28655_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28655_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28655_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28655_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28655_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28655_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28655_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28655_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28663_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28663_page1 *,
#HotSpotWrapperstacks_in_28663_page1 *:before,
#HotSpotWrapperstacks_in_28663_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28663_page1 a,
#HotSpotWrapperstacks_in_28663_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28663_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28663_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28663_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28663_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28663_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28663_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28663_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28671_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28671_page1 *,
#HotSpotWrapperstacks_in_28671_page1 *:before,
#HotSpotWrapperstacks_in_28671_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28671_page1 a,
#HotSpotWrapperstacks_in_28671_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28671_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28671_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28671_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28671_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28671_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28671_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28671_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28679_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28679_page1 *,
#HotSpotWrapperstacks_in_28679_page1 *:before,
#HotSpotWrapperstacks_in_28679_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28679_page1 a,
#HotSpotWrapperstacks_in_28679_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28679_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28679_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28679_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28679_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28679_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28679_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28679_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28687_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28687_page1 *,
#HotSpotWrapperstacks_in_28687_page1 *:before,
#HotSpotWrapperstacks_in_28687_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28687_page1 a,
#HotSpotWrapperstacks_in_28687_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28687_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28687_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28687_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28687_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28687_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28687_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28687_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28695_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28695_page1 *,
#HotSpotWrapperstacks_in_28695_page1 *:before,
#HotSpotWrapperstacks_in_28695_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28695_page1 a,
#HotSpotWrapperstacks_in_28695_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28695_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28695_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28695_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28695_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28695_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28695_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28695_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28703_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28703_page1 *,
#HotSpotWrapperstacks_in_28703_page1 *:before,
#HotSpotWrapperstacks_in_28703_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28703_page1 a,
#HotSpotWrapperstacks_in_28703_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28703_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28703_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28703_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28703_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28703_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28703_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28703_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_28711_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_28711_page1 *,
#HotSpotWrapperstacks_in_28711_page1 *:before,
#HotSpotWrapperstacks_in_28711_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_28711_page1 a,
#HotSpotWrapperstacks_in_28711_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_28711_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_28711_page1 a.HotSpot,
#HotSpotWrapperstacks_in_28711_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_28711_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_28711_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_28711_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_28711_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44143_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44143_page1 *,
#HotSpotWrapperstacks_in_44143_page1 *:before,
#HotSpotWrapperstacks_in_44143_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44143_page1 a,
#HotSpotWrapperstacks_in_44143_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44143_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44143_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44143_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44143_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44143_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44143_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44143_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44141_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44141_page1 *,
#HotSpotWrapperstacks_in_44141_page1 *:before,
#HotSpotWrapperstacks_in_44141_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44141_page1 a,
#HotSpotWrapperstacks_in_44141_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44141_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44141_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44141_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44141_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44141_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44141_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44141_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44139_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44139_page1 *,
#HotSpotWrapperstacks_in_44139_page1 *:before,
#HotSpotWrapperstacks_in_44139_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44139_page1 a,
#HotSpotWrapperstacks_in_44139_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44139_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44139_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44139_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44139_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44139_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44139_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44139_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}
#stacks_in_44158_page1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_44159_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_44162_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_44162_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_44162_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_44162_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_44162_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_44162_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_44162_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_44162_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_44162_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_44162_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_44162_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_44162_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_44162_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_44162_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_44162_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_44162_page1,
	#overlayContentstacks_in_44162_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_44162_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_44163_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44163_page1 *,
#HotSpotWrapperstacks_in_44163_page1 *:before,
#HotSpotWrapperstacks_in_44163_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44163_page1 a,
#HotSpotWrapperstacks_in_44163_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44163_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44163_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44163_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44163_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44163_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44163_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44163_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44166_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44166_page1 *,
#HotSpotWrapperstacks_in_44166_page1 *:before,
#HotSpotWrapperstacks_in_44166_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44166_page1 a,
#HotSpotWrapperstacks_in_44166_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44166_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44166_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44166_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44166_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44166_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44166_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44166_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44169_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44169_page1 *,
#HotSpotWrapperstacks_in_44169_page1 *:before,
#HotSpotWrapperstacks_in_44169_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44169_page1 a,
#HotSpotWrapperstacks_in_44169_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44169_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44169_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44169_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44169_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44169_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44169_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44169_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44172_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44172_page1 *,
#HotSpotWrapperstacks_in_44172_page1 *:before,
#HotSpotWrapperstacks_in_44172_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44172_page1 a,
#HotSpotWrapperstacks_in_44172_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44172_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44172_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44172_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44172_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44172_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44172_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44172_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44175_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44175_page1 *,
#HotSpotWrapperstacks_in_44175_page1 *:before,
#HotSpotWrapperstacks_in_44175_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44175_page1 a,
#HotSpotWrapperstacks_in_44175_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44175_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44175_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44175_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44175_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44175_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44175_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44175_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#stacks_in_44259_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_44259_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_44259_page1 #jwresp_col2_stacks_in_44259_page1{ float:right; width:49%}@media screen and (max-width:770px){#stacks_in_44259_page1 #jwresp_col1_stacks_in_44259_page1,#stacks_in_44259_page1 #jwresp_col2_stacks_in_44259_page1{width:100%;float:none;display:block}#stacks_in_44259_page1 #jwresp_col1_stacks_in_44259_page1{margin-bottom:0px}}

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

#stacks_in_44262_page1 {
	padding: 0px 0px 5px 0px;
}

#stacks_in_44263_page1 {
	font-size: 145%;
}
/* @group Font Icons */

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

#freeStyleWrapperstacks_in_44264_page1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_44264_page1 [class*=" freestyle-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;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_44264_page1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_44264_page1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_44264_page1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_44264_page1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_44264_page1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_44264_page1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_44264_page1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_44264_page1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.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/freestyle-bx-loader.gif) center center no-repeat #fff;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(freestyle-images/freestyle-bx-controls.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(freestyle-images/freestyle-bx-controls.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 {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_44264_page1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_44264_page1 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_44264_page1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_44264_page1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_44264_page1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_44264_page1,
	#overlayContentstacks_in_44264_page1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_44264_page1 {
	margin: 0px 0px 15px 0px;
}
#HotSpotWrapperstacks_in_44265_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44265_page1 *,
#HotSpotWrapperstacks_in_44265_page1 *:before,
#HotSpotWrapperstacks_in_44265_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44265_page1 a,
#HotSpotWrapperstacks_in_44265_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44265_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44265_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44265_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44265_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44265_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44265_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44265_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44268_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44268_page1 *,
#HotSpotWrapperstacks_in_44268_page1 *:before,
#HotSpotWrapperstacks_in_44268_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44268_page1 a,
#HotSpotWrapperstacks_in_44268_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44268_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44268_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44268_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44268_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44268_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44268_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44268_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44271_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44271_page1 *,
#HotSpotWrapperstacks_in_44271_page1 *:before,
#HotSpotWrapperstacks_in_44271_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44271_page1 a,
#HotSpotWrapperstacks_in_44271_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44271_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44271_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44271_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44271_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44271_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44271_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44271_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44274_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44274_page1 *,
#HotSpotWrapperstacks_in_44274_page1 *:before,
#HotSpotWrapperstacks_in_44274_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44274_page1 a,
#HotSpotWrapperstacks_in_44274_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44274_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44274_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44274_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44274_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44274_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44274_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44274_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44277_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44277_page1 *,
#HotSpotWrapperstacks_in_44277_page1 *:before,
#HotSpotWrapperstacks_in_44277_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44277_page1 a,
#HotSpotWrapperstacks_in_44277_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44277_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44277_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44277_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44277_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44277_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44277_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44277_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44280_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44280_page1 *,
#HotSpotWrapperstacks_in_44280_page1 *:before,
#HotSpotWrapperstacks_in_44280_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44280_page1 a,
#HotSpotWrapperstacks_in_44280_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44280_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44280_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44280_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44280_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44280_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44280_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44280_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44283_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44283_page1 *,
#HotSpotWrapperstacks_in_44283_page1 *:before,
#HotSpotWrapperstacks_in_44283_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44283_page1 a,
#HotSpotWrapperstacks_in_44283_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44283_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44283_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44283_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44283_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44283_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44283_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44283_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44286_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44286_page1 *,
#HotSpotWrapperstacks_in_44286_page1 *:before,
#HotSpotWrapperstacks_in_44286_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44286_page1 a,
#HotSpotWrapperstacks_in_44286_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44286_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44286_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44286_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44286_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44286_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44286_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44286_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}#HotSpotWrapperstacks_in_44289_page1 {
	display: block;
	position: relative;
	overflow: hidden;
}

#HotSpotWrapperstacks_in_44289_page1 *,
#HotSpotWrapperstacks_in_44289_page1 *:before,
#HotSpotWrapperstacks_in_44289_page1 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#HotSpotWrapperstacks_in_44289_page1 a,
#HotSpotWrapperstacks_in_44289_page1 a:hover {
	outline: none;
	text-decoration: none;
}

#HotSpotWrapperstacks_in_44289_page1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	z-index: 5;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
}

#HotSpotWrapperstacks_in_44289_page1 a.HotSpot,
#HotSpotWrapperstacks_in_44289_page1 a:visited.HotSpot {
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	-moz-transition: all 0ms ease-in-out;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

#HotSpotWrapperstacks_in_44289_page1 a:hover.HotSpot,
#HotSpotWrapperstacks_in_44289_page1 a:active.HotSpot,
#HotSpotWrapperstacks_in_44289_page1 a:focus.HotSpot {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border: 1px solid #CDCDCD;
	background: #000000;
	color: #FFFFFF;
}



@media print {
	#HotSpotWrapperstacks_in_44289_page1 a.HotSpot {
		display: block;
		float: none;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		text-align: left;
		height: auto !important;
		width: 100% !important;
		opacity: 1.00;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background: none;
		color: #000000;
	}
}
#stacks_in_6046_page1 {
	margin: 10px 0px 11px 0px;
}
