<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides &gt; li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides &gt; li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.7 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_5360_page20-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_5360_page20-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_5360_page20-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_5360_page20-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_5360_page20-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_5360_page20-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_5360_page20-sf,
#stacks_in_5360_page20-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_5360_page20-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_5360_page20-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_5360_page20-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_5360_page20-sf .loaded .flex-viewport,
#stacks_in_5360_page20-sf .slider,
#stacks_in_5360_page20-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_5360_page20-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_5360_page20-sf{min-height: 70px;}

#stacks_in_5360_page20-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_5360_page20-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(87, 79, 65, 1.00);
	border-top-color: rgba(87, 79, 65, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_5360_page20-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_5360_page20-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides.sf-effect-fade &gt; li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li{
	position: relative;
	line-height: normal;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li,
#stacks_in_5360_page20-sf .sf-flexslider .carousel &gt; li,
#stacks_in_5360_page20-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_5360_page20-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.hero{
	text-align: center;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_5360_page20-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.hero h2,
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.youtube .embed-container,
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.vimeo .embed-container,
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li .embed-container iframe,
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li .embed-container object,
#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_5360_page20-sf .sf-flexslider .slides &gt; li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_5360_page20-sf li.hero h2,
#stacks_in_5360_page20-sf li.hero p,
#stacks_in_5360_page20-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_5360_page20-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_5360_page20-sf li.hero:not(.flex-active-slide) p,
#stacks_in_5360_page20-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_5360_page20-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_5360_page20-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_5360_page20-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_5360_page20-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_5360_page20-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 100ms;
	transition: opacity 300ms 100ms;
}
#stacks_in_5360_page20-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_5360_page20-sf .flex-active-slide .caption-wrap,
#stacks_in_5360_page20-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_5360_page20-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_5360_page20-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_5360_page20-sf .caption-wrap{
	-webkit-transition: opacity .3s 100ms;
	transition: opacity .3s 100ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_5360_page20-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 101ms;
	transition: opacity .5s 10100ms;

	-webkit-transition: opacity .5s 1100ms;
	transition: opacity .5s 1100ms;
}
#stacks_in_5360_page20-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_5360_page20-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_5360_page20-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_5360_page20-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_5360_page20-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_5360_page20-sf .slider .flex-direction-nav .flex-next,
#stacks_in_5360_page20-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_5360_page20-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_5360_page20-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_5360_page20-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_5360_page20-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_5360_page20-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_5360_page20-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_5360_page20-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_5360_page20-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_5360_page20-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_5360_page20-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_5360_page20-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_5360_page20-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_5360_page20-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_5360_page20-sf .flex-direction-nav a:before {display: none;}

#stacks_in_5360_page20-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_5360_page20-sf .sf-control:before,
#stacks_in_5360_page20-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_5360_page20-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_5360_page20-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(8, 211, 253, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_5360_page20-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_5360_page20-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 1400px) {
	#stacks_in_5360_page20-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_5360_page20-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_5360_page20-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 1400px) {
	#stacks_in_5360_page20-sf .carousel{
		display: none;
	}
}
#stacks_in_5360_page20-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_5360_page20-sf .carousel .slides li{
	width: 0px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_5360_page20-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 0%;
}
#stacks_in_5360_page20-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_5360_page20-sf .carousel .slides li:hover,
#stacks_in_5360_page20-sf .carousel .slides li.flex-active-slide,
#stacks_in_5360_page20-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_5360_page20-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_5360_page20-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_5360_page20-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_5360_page20-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_5360_page20-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_5360_page20-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_5360_page20-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_5360_page20-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}

#stacks_in_5364_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5364_page20 .jwresp_col{overflow:hidden;margin:0;width:42%; float:left;}#stacks_in_5364_page20 #jwresp_col2_stacks_in_5364_page20{ float:right; width:58%}@media screen and (max-width:500px){#stacks_in_5364_page20 #jwresp_col1_stacks_in_5364_page20,#stacks_in_5364_page20 #jwresp_col2_stacks_in_5364_page20{width:100%;float:none;display:block}#stacks_in_5364_page20 #jwresp_col1_stacks_in_5364_page20{margin-bottom:15px}}

#stacks_in_5364_page20 {
	padding:  18px;
}
#stacks_in_5368_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5368_page20 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_5368_page20 #jwresp_col2_stacks_in_5368_page20{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_5368_page20 #jwresp_col1_stacks_in_5368_page20,#stacks_in_5368_page20 #jwresp_col2_stacks_in_5368_page20{width:100%;float:none;display:block}#stacks_in_5368_page20 #jwresp_col1_stacks_in_5368_page20{margin-bottom:15px}}

#stacks_in_5376_page20 {
	background-color: rgba(154, 140, 115, 1.00);
	padding:  18px;
}

#stacks_in_2666_page20 {
	margin:  20px;
}

#stacks_in_5380_page20 {
	background-color: rgba(136, 124, 102, 1.00);
	padding:  18px;
}

/* START BEFORE AND AFTER CSS */

#stacks_in_5381_page20{
	text-align: left;
}


.stacks_in_5381_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5381_page20backImage{
	position: relative;
}

.stacks_in_5381_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5381_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5381_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




#stacks_in_9_page20 {
	padding: 0px 0px 0px 20px;
}

/* START BEFORE AND AFTER CSS */

#stacks_in_5387_page20{
	text-align: left;
}


.stacks_in_5387_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5387_page20backImage{
	position: relative;
}

.stacks_in_5387_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5387_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5387_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




#stacks_in_5387_page20 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}

#stacks_in_7_page20 {
	padding: 0px 0px 0px 20px;
}
#stacks_in_5394_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5394_page20 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_5394_page20 #jwresp_col2_stacks_in_5394_page20{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_5394_page20 #jwresp_col1_stacks_in_5394_page20,#stacks_in_5394_page20 #jwresp_col2_stacks_in_5394_page20{width:100%;float:none;display:block}#stacks_in_5394_page20 #jwresp_col1_stacks_in_5394_page20{margin-bottom:15px}}

/* START BEFORE AND AFTER CSS */

#stacks_in_5395_page20{
	text-align: left;
}


.stacks_in_5395_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5395_page20backImage{
	position: relative;
}

.stacks_in_5395_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5395_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5395_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




#stacks_in_5395_page20 {
	padding: 0px 0px 0px 18px;
}

#stacks_in_5399_page20 {
	padding: 30px 0px 0px 0px;
}
#stacks_in_5402_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5402_page20 .jwresp_col{float:none} #stacks_in_5402_page20 #jwresp_col2_stacks_in_5402_page20{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_5402_page20 #jwresp_col1_stacks_in_5402_page20,#stacks_in_5402_page20 #jwresp_col3_stacks_in_5402_page20{width:32%}#stacks_in_5402_page20 #jwresp_col1_stacks_in_5402_page20{float:left}#stacks_in_5402_page20 #jwresp_col3_stacks_in_5402_page20{float:right} @media screen and (max-width:770px){#stacks_in_5402_page20 #jwresp_col1_stacks_in_5402_page20,#stacks_in_5402_page20 #jwresp_col3_stacks_in_5402_page20{margin-bottom:20px}#stacks_in_5402_page20 #jwresp_col1_stacks_in_5402_page20{width:49%}#stacks_in_5402_page20 #jwresp_col3_stacks_in_5402_page20{width:49%}#stacks_in_5402_page20 #jwresp_col2_stacks_in_5402_page20{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_5402_page20 #jwresp_col1_stacks_in_5402_page20,#stacks_in_5402_page20 #jwresp_col3_stacks_in_5402_page20,#stacks_in_5402_page20 #jwresp_col2_stacks_in_5402_page20{float:none;width:100%;display:block}#stacks_in_5402_page20 #jwresp_col1_stacks_in_5402_page20,#stacks_in_5402_page20 #jwresp_col3_stacks_in_5402_page20{margin-bottom:20px}} 

#stacks_in_5402_page20 {
	padding: 0px 0px 0px 18px;
}
#stacks_in_5420_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5420_page20 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_5420_page20 #jwresp_col2_stacks_in_5420_page20{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_5420_page20 #jwresp_col1_stacks_in_5420_page20,#stacks_in_5420_page20 #jwresp_col2_stacks_in_5420_page20{width:100%;float:none;display:block}#stacks_in_5420_page20 #jwresp_col1_stacks_in_5420_page20{margin-bottom:15px}}

/* START BEFORE AND AFTER CSS */

#stacks_in_5421_page20{
	text-align: left;
}


.stacks_in_5421_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5421_page20backImage{
	position: relative;
}

.stacks_in_5421_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5421_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5421_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




#stacks_in_5421_page20 {
	padding: 0px 0px 0px 18px;
}
#stacks_in_5426_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5426_page20 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_5426_page20 .jwresp_col_wrapper.right{float:right}#stacks_in_5426_page20 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_5426_page20 #jwresp_col2_stacks_in_5426_page20,#stacks_in_5426_page20 #jwresp_col4_stacks_in_5426_page20{float:right}#stacks_in_5426_page20 #jwresp_col1_stacks_in_5426_page20,#stacks_in_5426_page20 #jwresp_col3_stacks_in_5426_page20{margin-right:2} @media screen and (max-width:770px){#stacks_in_5426_page20 .jwresp_col_wrapper.left,#stacks_in_5426_page20 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_5426_page20 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_5426_page20 .jwresp_col{width:49%}#stacks_in_5426_page20 #jwresp_col1_stacks_in_5426_page20,#stacks_in_5426_page20 #jwresp_col3_stacks_in_5426_page20{margin:0}}  @media screen and (max-width:500px){#stacks_in_5426_page20 .jwresp_col{width:100%;display:block}#stacks_in_5426_page20 #jwresp_col1_stacks_in_5426_page20,#stacks_in_5426_page20 #jwresp_col2_stacks_in_5426_page20,#stacks_in_5426_page20 #jwresp_col3_stacks_in_5426_page20{margin:0;margin-bottom:20px}#stacks_in_5426_page20 #jwresp_col4_stacks_in_5426_page20{margin:0}#stacks_in_5426_page20 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_5426_page20 {
	padding: 0px 0px 0px 18px;
}

#stacks_in_5437_page20 .stacks_left {
	float:left;
	width:41%;
}

#stacks_in_5437_page20 .stacks_right {
	float:right;
	width:57%;
}
#stacks_in_5447_page20 .stacks_left {
	float:left;
	width:41%;
}

#stacks_in_5447_page20 .stacks_right {
	float:right;
	width:57%;
}#stacks_in_5459_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5459_page20 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_5459_page20 #jwresp_col2_stacks_in_5459_page20{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_5459_page20 #jwresp_col1_stacks_in_5459_page20,#stacks_in_5459_page20 #jwresp_col2_stacks_in_5459_page20{width:100%;float:none;display:block}#stacks_in_5459_page20 #jwresp_col1_stacks_in_5459_page20{margin-bottom:15px}}

#stacks_in_5459_page20 {
	padding: 0px 0px 0px 18px;
}

/* START BEFORE AND AFTER CSS */

#stacks_in_5460_page20{
	text-align: left;
}


.stacks_in_5460_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5460_page20backImage{
	position: relative;
}

.stacks_in_5460_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5460_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5460_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      





#triggerstacks_in_58_page20 img {
	margin: 0 auto;
	display:block;
	float: none;
}
#triggerstacks_in_58_page20 p {
	text-align:center;
	font-size:100%;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
	line-height:150%;
}
#triggerstacks_in_58_page20 p:hover {
	color:#000000;
}
#triggerstacks_in_58_page20 a { display:block;text-decoration:none !important; }

/* START BEFORE AND AFTER CSS */

#stacks_in_5469_page20{
	text-align: left;
}


.stacks_in_5469_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5469_page20backImage{
	position: relative;
}

.stacks_in_5469_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5469_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5469_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      





#triggerstacks_in_554_page20 img {
	margin: 0 auto;
	display:block;
	float: none;
}
#triggerstacks_in_554_page20 p {
	text-align:center;
	font-size:100%;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
	line-height:150%;
}
#triggerstacks_in_554_page20 p:hover {
	color:#000000;
}
#triggerstacks_in_554_page20 a { display:block;text-decoration:none !important; }

/* START BEFORE AND AFTER CSS */

#stacks_in_5480_page20{
	text-align: left;
}


.stacks_in_5480_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5480_page20backImage{
	position: relative;
}

.stacks_in_5480_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5480_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5480_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




#stacks_in_5480_page20 {
	padding: 0px 0px 0px 18px;
}



#stacks_in_5483_page20 .teleportMe {
display: none;
}




/* START BEFORE AND AFTER CSS */

#stacks_in_5488_page20{
	text-align: center;
}


.stacks_in_5488_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5488_page20backImage{
	position: relative;
}

.stacks_in_5488_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5488_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5488_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




/* START BEFORE AND AFTER CSS */

#stacks_in_5497_page20{
	text-align: center;
}


.stacks_in_5497_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5497_page20backImage{
	position: relative;
}

.stacks_in_5497_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5497_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5497_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




/* START BEFORE AND AFTER CSS */

#stacks_in_5506_page20{
	text-align: center;
}


.stacks_in_5506_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5506_page20backImage{
	position: relative;
}

.stacks_in_5506_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5506_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5506_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




/* START BEFORE AND AFTER CSS */

#stacks_in_5515_page20{
	text-align: center;
}


.stacks_in_5515_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5515_page20backImage{
	position: relative;
}

.stacks_in_5515_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5515_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5515_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




/* START BEFORE AND AFTER CSS */

#stacks_in_5524_page20{
	text-align: center;
}


.stacks_in_5524_page20outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5524_page20backImage{
	position: relative;
}

.stacks_in_5524_page20frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5524_page20backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5524_page20frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      





#triggerstacks_in_125_page20 img {
	margin: 0 auto;
	display:block;
	float: none;
}
#triggerstacks_in_125_page20 p {
	text-align:center;
	font-size:100%;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
	line-height:150%;
}
#triggerstacks_in_125_page20 p:hover {
	color:#000000;
}
#triggerstacks_in_125_page20 a { display:block;text-decoration:none !important; }


div#inlinestacks_in_127_page20 { display:none; width: 700px;}


#triggerstacks_in_113_page20 img {
	margin: 0 auto;
	display:block;
	float: none;
}
#triggerstacks_in_113_page20 p {
	text-align:center;
	font-size:100%;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
	line-height:150%;
}
#triggerstacks_in_113_page20 p:hover {
	color:#000000;
}
#triggerstacks_in_113_page20 a { display:block;text-decoration:none !important; }


div#inlinestacks_in_115_page20 { display:none; width: 700px;}


#triggerstacks_in_11_page20 img {
	margin: 0 auto;
	display:block;
	float: none;
}
#triggerstacks_in_11_page20 p {
	text-align:center;
	font-size:100%;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
	line-height:150%;
}
#triggerstacks_in_11_page20 p:hover {
	color:#000000;
}
#triggerstacks_in_11_page20 a { display:block;text-decoration:none !important; }


div#inlinestacks_in_19_page20 { display:none; width: 700px;}

/* ------------------------------------------------------------------------
This you can edit. prettyPhoto 3
------------------------------------------------------------------------- */

/* ----------------------------------
Default Theme
----------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }

div.pp_default .pp_top .pp_left { background: url(../816m_files/cssimages/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
div.pp_default .pp_top .pp_middle { background: url(../816m_files/cssimages/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(../816m_files/cssimages/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */

div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(../816m_files/cssimages/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(../816m_files/cssimages/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } /* Content background */
div.pp_default .pp_next:hover { background: url(../816m_files/cssimages/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.pp_default .pp_previous:hover { background: url(../816m_files/cssimages/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_default .pp_expand { background: url(../816m_files/cssimages/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
div.pp_default .pp_expand:hover { background: url(../816m_files/cssimages/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
div.pp_default .pp_contract { background: url(../816m_files/cssimages/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
div.pp_default .pp_contract:hover { background: url(../816m_files/cssimages/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
div.pp_default .pp_close { width: 30px; height: 30px; background: url(../816m_files/cssimages/default/sprite.png) 2px 1px no-repeat; cursor: pointer; margin-top: 3px;} /* Close button -5px? */
div.pp_default #pp_full_res .pp_inline { color: #000; } 
div.pp_default .pp_gallery ul li a { background: url(../816m_files/cssimages/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_social { margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(../816m_files/cssimages/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(../816m_files/cssimages/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 130px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

div.pp_default .pp_description { font-size: 11px; font-weight: bold; line-height: 14px; margin-right: 50px; margin-top: 11px; }
div.pp_default .pp_bottom .pp_left { background: url(../816m_files/cssimages/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: url(../816m_files/cssimages/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(../816m_files/cssimages/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */
div.pp_default .pp_loaderIcon { background: url(../816m_files/cssimages/default/loader.gif) center center no-repeat; } /* Loader icon */

/* ----------------------------------
Light Rounded Theme
----------------------------------- */

div.light_rounded .pp_top .pp_left { background: url(../816m_files/cssimages/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
div.light_rounded .pp_top .pp_right { background: url(../816m_files/cssimages/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } /* Content background */
div.light_rounded .pp_next:hover { background: url(../816m_files/cssimages/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.light_rounded .pp_previous:hover { background: url(../816m_files/cssimages/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_rounded .pp_expand { background: url(../816m_files/cssimages/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_rounded .pp_expand:hover { background: url(../816m_files/cssimages/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_rounded .pp_contract { background: url(../816m_files/cssimages/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_rounded .pp_contract:hover { background: url(../816m_files/cssimages/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_rounded .pp_close { width: 22px; height: 22px; background: url(../816m_files/cssimages/light_rounded/sprite.png) -54px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_rounded .pp_details { position: relative; }
div.light_rounded .pp_description { margin-right: 85px; }
div.light_rounded #pp_full_res .pp_inline { color: #000; } 
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(../816m_files/cssimages/light_rounded/sprite.png) -1px -99px no-repeat; height: 16px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(../816m_files/cssimages/light_rounded/sprite.png) -24px -99px no-repeat; height: 16px; width: 14px; }

div.light_rounded .pp_arrow_previous { background: url(../816m_files/cssimages/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(../816m_files/cssimages/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.light_rounded .pp_bottom .pp_left { background: url(../816m_files/cssimages/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right { background: url(../816m_files/cssimages/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.light_rounded .pp_loaderIcon { background: url(../816m_files/cssimages/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */

div.dark_rounded .pp_top .pp_left { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.dark_rounded .pp_top .pp_middle { background: url(../816m_files/cssimages/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
div.dark_rounded .pp_top .pp_right { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.dark_rounded .pp_content_container .pp_left { background: url(../816m_files/cssimages/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_rounded .pp_content_container .pp_right { background: url(../816m_files/cssimages/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_rounded .pp_content { background: url(../816m_files/cssimages/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
div.dark_rounded .pp_next:hover { background: url(../816m_files/cssimages/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_rounded .pp_previous:hover { background: url(../816m_files/cssimages/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.dark_rounded .pp_expand { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_rounded .pp_expand:hover { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_rounded .pp_contract { background: url(../816m_files/cssimages/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_rounded .pp_contract:hover { background: url(../816m_files/cssimages/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_rounded .pp_close { width: 22px; height: 22px; background: url(../816m_files/cssimages/dark_rounded/sprite.png) -54px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_rounded .pp_details { position: relative; }
div.dark_rounded .pp_description { margin: 3px 85px 0 0; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -1px -99px no-repeat; height: 16px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -24px -99px no-repeat; height: 16px; width: 14px; }

div.dark_rounded .pp_arrow_previous { background: url(../816m_files/cssimages/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
	div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
	div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_rounded .pp_bottom .pp_left { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle { background: url(../816m_files/cssimages/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right { background: url(../816m_files/cssimages/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.dark_rounded .pp_loaderIcon { background: url(../816m_files/cssimages/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


/* ----------------------------------
	Dark Square Theme
----------------------------------- */

div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: url(../816m_files/cssimages/dark_square/contentPattern.png) top left repeat; }
div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(../816m_files/cssimages/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */

div.dark_square .pp_content_container .pp_left { background: url(../816m_files/cssimages/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_square .pp_content_container .pp_right { background: url(../816m_files/cssimages/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_square .pp_expand { background: url(../816m_files/cssimages/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_square .pp_expand:hover { background: url(../816m_files/cssimages/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_square .pp_contract { background: url(../816m_files/cssimages/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_square .pp_contract:hover { background: url(../816m_files/cssimages/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_square .pp_close { width: 22px; height: 22px; background: url(../816m_files/cssimages/dark_square/sprite.png) -54px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play { background: url(../816m_files/cssimages/dark_square/sprite.png) -1px -99px no-repeat; height: 16px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(../816m_files/cssimages/dark_square/sprite.png) -24px -99px no-repeat; height: 16px; width: 14px; }

div.dark_square .pp_arrow_previous { background: url(../816m_files/cssimages/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
	div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(../816m_files/cssimages/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
	div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_square .pp_next:hover { background: url(../816m_files/cssimages/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_square .pp_previous:hover { background: url(../816m_files/cssimages/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


/* ----------------------------------
	Light Square Theme
----------------------------------- */

div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }

div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(../816m_files/cssimages/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_square .pp_expand:hover { background: url(../816m_files/cssimages/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_square .pp_contract { background: url(../816m_files/cssimages/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_square .pp_contract:hover { background: url(../816m_files/cssimages/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_square .pp_close { width: 22px; height: 22px; background: url(../816m_files/cssimages/light_square/sprite.png) -54px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_square .pp_details { position: relative; }
div.light_square .pp_description { margin-right: 85px; }
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(../816m_files/cssimages/light_square/sprite.png) -1px -99px no-repeat; height: 16px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(../816m_files/cssimages/light_square/sprite.png) -24px -99px no-repeat; height: 16px; width: 14px; }

div.light_square .pp_arrow_previous { background: url(../816m_files/cssimages/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(../816m_files/cssimages/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_square .pp_next:hover { background: url(../816m_files/cssimages/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_square .pp_previous:hover { background: url(../816m_files/cssimages/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_square .pp_loaderIcon { background: url(../816m_files/cssimages/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

/* ----------------------------------
	Facebook style Theme
----------------------------------- */

div.facebook .pp_top .pp_left { background: url(../816m_files/cssimages/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.facebook .pp_top .pp_middle { background: url(../816m_files/cssimages/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
div.facebook .pp_top .pp_right { background: url(../816m_files/cssimages/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(../816m_files/cssimages/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
div.facebook .pp_content_container .pp_right { background: url(../816m_files/cssimages/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
div.facebook .pp_content { background: #fff; } /* Content background */
div.facebook .pp_expand { background: url(../816m_files/cssimages/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.facebook .pp_expand:hover { background: url(../816m_files/cssimages/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.facebook .pp_contract { background: url(../816m_files/cssimages/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.facebook .pp_contract:hover { background: url(../816m_files/cssimages/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.facebook .pp_close { width: 22px; height: 22px; background: url(../816m_files/cssimages/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.facebook .pp_details { position: relative; }
div.facebook .pp_description { margin-right: 37px; }
div.facebook #pp_full_res .pp_inline { color: #000; } 
div.facebook .pp_loaderIcon { background: url(../816m_files/cssimages/facebook/loader.gif) center center no-repeat; } /* Loader icon */

div.facebook .pp_arrow_previous { background: url(../816m_files/cssimages/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(../816m_files/cssimages/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin: 0 5px 0 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 3px 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(../816m_files/cssimages/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(../816m_files/cssimages/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_next:hover { background: url(../816m_files/cssimages/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.facebook .pp_previous:hover { background: url(../816m_files/cssimages/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

div.facebook .pp_bottom .pp_left { background: url(../816m_files/cssimages/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.facebook .pp_bottom .pp_middle { background: url(../816m_files/cssimages/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right { background: url(../816m_files/cssimages/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus { outline:none; }

div.pp_overlay {
	background: #000000;
	
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	z-index: 13000;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 15000;
}

.pp_top {
	height: 20px;
	position: relative;
}
* html .pp_top { padding: 0 20px; }

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_content { height: 40px; }
* html .pp_content { width: 40px; }

.pp_fade { display: none; }

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
	line-height:100%;
}

.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }

.pp_content_container .pp_details {
	float: left;
	margin: 5px 0 2px 0;
}
.pp_description {
	display: none;
	margin: 5px 0 5px 0px; font-size:100% !important; color: #000000 !important;
	padding:0;
}

.pp_social { float: left; clear:both;margin: 5px 0 0 0;  }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }

.pp_nav {
	clear: left;
	float: left;
	margin: 3px 5px 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px; font-size:100% !important; color: #000000 !important;
	white-space: nowrap;
}
	
.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 5px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 12000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 15000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	overflow: hidden;
	position: relative;
	padding:0 !important;
	list-style-type:none;
	list-style:none;
	white-space: nowrap;
}

.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }

.pp_gallery ul a img { border: 0; }

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(../816m_files/cssimages/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img { display: none; }

.pp_gallery ul li a:link, .pp_gallery ul li a:visited, .pp_gallery  ul li a:hover, .pp_gallery  ul li a:active	{
	background-color: transparent;
	color: transparent;
	text-decoration: none;
	padding:0;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(../816m_files/cssimages/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	background: url(../816m_files/cssimages/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;	
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	display: block;
	float: right;
	line-height:22px;
	text-indent: -10000px;
}

.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
	line-height: 125% !important;
}

#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 14000;
}

.pp_gallery { display: none !important; }

</pre></body></html>