#stacks_in_280>.s3_row {
	margin: 0 -10px;
}

#stacks_in_280>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_280>.s3_row>.s3_column_center {
	width: 55.000000%;
}

#stacks_in_280>.s3_row>.s3_column_right {
	width: 20.00%;
}

#stacks_in_280>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_280>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_280>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_280 {
	margin: 12px 0px 5px 0px;
}

#stacks_in_160 {
	margin: 15px 0px 0px 0px;
}
.inmotion img{ width:100%;   }
.inmotion { width:100%;  overflow:hidden; max-width:100%!important;  }

.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: linear;	
	-webkit-animation-timing-function:linear;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	
	100% {
		-webkit-transform: translateX(0%);
	}
}


/* Outer Container */
.smoothslides, .smoothslides-on {
	position:relative;
	font-size:0;
	line-height: 0;
	min-height: 40px;
	
}
/* Outer Container Background (visible while loading) */
.smoothslides {
	background:rgba(255,255,255,.5);
}
/* Hide images until loaded */
.smoothslides img {
	display:none;
}

/* Loading animation keyframes */ 
@keyframes throb {
	0% {
		opacity:0;
		transform:scale(1);
	}
	50% {
		opacity:1;
		transform:scale(.2);
	}
	100% {
		opacity:0;
		transform:scale(1);
	}
}
@-webkit-keyframes throb {
	0% {
		opacity:0;
		-webkittransform:scale(1);
	}
	50% {
		opacity:1;
		-webkittransform:scale(.2);
	}
	100% {
		opacity:0;
		-webkittransform:scale(1);
	}
}
/* Loading animation */
.smoothslides:before {
	content:'';
	position: absolute;
	width:8px;
	height:8px;
	left:50%;
	top:50%;
	margin-left:-4px;
	margin-top:-4px;

	animation: throb 1s infinite;
	-webkit-animation: throb 1s infinite;
}

/* wrapper around all slides */
.ss-slide-stage {
	position: relative;
	overflow: hidden;

	/* This fixes the bug in chrome where border-radius doesn't work with overflow hidden */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

/* wrapper around each slide */
.ss-slide {
	position: absolute;
	top:0;
	left:0;
	transform-origin:center;
	display: block;
	width:100%;
	zoom: 1;
}
.ss-slide img{
	height:auto;
	/* max-width, or width gets set via JS */
}
/* Caption wrapper. Used for centering */
.ss-caption-wrap {
	position: absolute;
	bottom:40%;
	width:100%;
	padding:0 5px 5px 5px;
	text-align:center;
	box-sizing:border-box;
}

/* Caption */
.ss-caption {
	min-height:50px;
	
	color: #fff;
	font-size:20px;
	font-weight: bold;
	line-height: 1.4em;

	padding-top:15px;
	box-sizing:border-box;
}

/* Previous and Next buttons */
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
	position: absolute;
	bottom:40%;
	left:5px;
	font-size:14px;
	line-height: 1em;
	color:#A1A1A1;
	text-decoration: none;
	background:#fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	opacity:.5;
	transition:.2s ease-out;
	font-family: sans-serif;
}

.smoothslides-on  a.ss-next {
	left:auto;
	right:5px;
}
/* Highlight nav btns when hovering over the slideshow */
.smoothslides-on:hover .ss-prev, .smoothslides-on:hover .ss-next {
	opacity: 1;
}

.smoothslides-on .ss-prev:hover, .smoothslides-on .ss-next:hover {
	background:#fff;	
	color:#000;
}

/* Pagination wrapper. Used for centering */
.ss-paginate-wrap {
	position: absolute;
	bottom:-30px;
	width:100%;
	text-align:center;
}
.ss-paginate {
	display: inline-block;
	line-height: 0;
}
/* Pagination dots */
.ss-paginate a:link, .ss-paginate a:visited {
	display: inline-block;
	width: 16px;
	height: 4px;
	border-radius: 10px;
	margin: 0 5px;
	background:#ccc;
	background: rgba(0,0,0,.1);
	border: 2px solid #fff;
	transition: .3s;
}
.ss-paginate a:hover {
	background:#ddd;
	background:rgba(0,0,0,.3);
}
.ss-paginate a.ss-paginate-current {
	background:#000;
	background: rgba(0,0,0,.5);
}



@media (max-width: 1024px) {

    .inmotion { max-height:500px!important;}

}


/* changes for smaller screens */
@media (max-width: 600px) {
	.ss-paginate-wrap {
		bottom:-35px;
	}
	.ss-caption {
		min-height:0;
		padding:5px;
		font-size:12px;
	}
	a.ss-prev, a.ss-next {
		bottom:auto;
		top:50%;
		margin-top:-25px;
		color:#000;
		background:rgba(255,255,255,.3);
		color:#444;
	}
	.smoothslides-on, .ss-slide-stage {
		border-radius:0;
	}
}
#stacks_in_225 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_444 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_605 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_599 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_243 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_307 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_607 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_309 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_634 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}

#stacks_in_15>.s3_row {
	margin: 0 -7px;
}

#stacks_in_15>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_15>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_15>.s3_row>.s3_column {
	padding: 0 7px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_15>.s3_row  {
		margin: -7px 0;
	}
	#stacks_in_15>.s3_row>.s3_column {
		padding: 7px 0;
		width:100%;
	}


}






#stacks_in_548 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_353 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 5px 0px 5px 0px;
}

#stacks_in_354 {
	font-size: 140%;
}

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

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

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

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

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

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

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

#stacks_in_580 {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 26px 0px;
}

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

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

#stacks_in_24 {
	padding: 6px 0px 6px 0px;
}

#stacks_in_25 {
	font-size: 140%;
}
#stacks_in_476>.s3_row {
	margin: 0 -10px;
}

#stacks_in_476>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_476>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_476>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_476>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_476>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_476 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 12px 16px;
	padding: 0px 0px 12px 0px;
}
#stacks_in_466>.s3_row {
	margin: 0 -10px;
}

#stacks_in_466>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_466>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_466>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_466>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_466>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_466 {
	margin: 0px 0px 12px 16px;
}

#stacks_in_474 {
	margin: 0px 10px 12px 10px;
}

#stacks_in_26 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 10px 8px 10px;
	padding: 0px 0px 12px 0px;
}
#stacks_in_483>.s3_row {
	margin: 0 -10px;
}

#stacks_in_483>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_483>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_483>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_483>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_483>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_483 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 12px 16px;
	padding: 0px 0px 12px 0px;
}
#stacks_in_534>.s3_row {
	margin: 0 -10px;
}

#stacks_in_534>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_534>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_534>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_534>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_534>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_534 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 12px 16px;
	padding: 0px 0px 12px 0px;
}
#stacks_in_556>.s3_row {
	margin: 0 -10px;
}

#stacks_in_556>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_556>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_556>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_556>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_556>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_556 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 12px 16px;
	padding: 0px 0px 12px 0px;
}

#stacks_in_215 {
	border: solid rgba(0, 153, 0, 1.00);
	border-width: 3px 3px 0px 3px;
}

#stacks_in_216 {
	font-size: 159%;
}

#stacks_in_217 {
	border: solid rgba(51, 153, 0, 1.00);
	border-width: 0px 3px 3px 3px;
	padding: 0px 5px 0px 5px;
}

#stacks_in_218 {
	font-size: 120%;
}

#stacks_in_532 {
	border: solid rgba(251, 2, 7, 1.00);
	border-width: 4px 4px 0px 4px;
	margin: 12px 0px 0px 0px;
}

#stacks_in_533 {
	font-size: 159%;
}

#stacks_in_530 {
	border: solid rgba(251, 2, 7, 1.00);
	border-width: 0px 4px 4px 4px;
	padding: 0px 5px 0px 5px;
}

#stacks_in_531 {
	font-size: 120%;
}

#stacks_in_403 {
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}

#stacks_in_404 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 150%;
}
#stacks_in_644>.s3_row {
	margin: 0 -0px;
}

#stacks_in_644>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_644>.s3_row>.s3_column_center {
	width: 60.000000%;
}

#stacks_in_644>.s3_row>.s3_column_right {
	width: 20.00%;
}

#stacks_in_644>.s3_row>.s3_column {
	padding: 0 0px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_644>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_644>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}




#stacks_in_644 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

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

#stacks_in_652 {
	padding: 22px 0px 0px 0px;
}

#stacks_in_650 {
	padding: 5px 5px 5px 5px;
}
#stacks_in_588>.s3_row {
	margin: 0 -10px;
}

#stacks_in_588>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_588>.s3_row>.s3_column_right {
	width: 80.000000%;
}




#stacks_in_588>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_588>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_588>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_588 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 12px 0px 12px 0px;
}

#stacks_in_184 {
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
}

#stacks_in_185 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 150%;
}
#stacks_in_151>.s3_row {
	margin: 0 -10px;
}

#stacks_in_151>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_151>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_151>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_151>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_151>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_332 {
	font-size: 120%;
}

#stacks_in_147 {
	padding: 0px 5px 0px 5px;
}

#stacks_in_358 {
	font-size: 120%;
}

#stacks_in_328 {
	margin: 0px 0px 12px 0px;
}

#stacks_in_596 {
	font-size: 120%;
}

#stacks_in_597 {
	margin: 0px 0px 6px 0px;
	padding: 0px 5px 6px 5px;
}

#stacks_in_356 {
	font-size: 120%;
}
#stacks_in_381>.s3_row {
	margin: 0 -10px;
}

#stacks_in_381>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_381>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_381>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_381>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_381>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_119 {
	margin: 5px 0px 0px 0px;
}
#stacks_in_388>.s3_row {
	margin: 0 -10px;
}

#stacks_in_388>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_388>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_388>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_388>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_388>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_388 {
	padding: 0px 0px 12px 0px;
}

#stacks_in_105 {
	padding: 0px 11px 0px 11px;
}

#stacks_in_450 {
	margin: 0px 0px 12px 0px;
}

#stacks_out_450 {
	width: 39%;
}
#stacks_in_292>.s3_row {
	margin: 0 -10px;
}

#stacks_in_292>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_292>.s3_row>.s3_column_right {
	width: 80.000000%;
}




#stacks_in_292>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_292>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_292>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_292 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 1px 1px 1px;
	padding: 6px 6px 6px 6px;
}

#stacks_in_297 {
	margin: 0px 2px 0px 0px;
}
#stacks_in_129>.s3_row {
	margin: 0 -10px;
}

#stacks_in_129>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_129>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_129>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_129>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_129>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_132 .stacks_left {
	width:129px;
}

#stacks_in_132 .stacks_row {
	width:387px;
}
#stacks_in_139 {
	margin: 11px 0px 0px 0px;
}
