/* Styling for Preview Mode & Publishing */


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

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

#stacks_in_227 .bx-wrapper img {
	

	
	width: 100%;
	height: auto;
	
	display: block;
}

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

#stacks_in_227 .bx-wrapper .bx-viewport {
}

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

/* LOADER */

#stacks_in_227 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


/* Only add pagination CSS if toggled on in settings. */
/* PAGER */


#stacks_in_227 .bx-wrapper .bx-pager,
#stacks_in_227 .bx-wrapper .bx-pager-item,
#stacks_in_227 .bx-wrapper .bx-pager-item a {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 500ms;
}

#stacks_in_227:hover .bx-wrapper .bx-pager,
#stacks_in_227:hover .bx-wrapper .bx-pager-item,
#stacks_in_227:hover .bx-wrapper .bx-pager-item a {
	opacity: 1;
}


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

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

#stacks_in_227 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	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;
}

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






/* Only add arrow CSS if toggled on in settings. */
/* DIRECTION CONTROLS (NEXT / PREV) */

#stacks_in_227 .bx-wrapper .bx-prev,
#stacks_in_227 .bx-wrapper .bx-next,
#stacks_in_227 .bx-wrapper .bx-pager,
#stacks_in_227 .bx-wrapper .bx-pager-item,
#stacks_in_227 .bx-wrapper .bx-pager-item a {
	border: none;
}


#stacks_in_227 .bx-wrapper .bx-prev,
#stacks_in_227 .bx-wrapper .bx-next {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 500ms;
}

#stacks_in_227:hover .bx-wrapper .bx-prev,
#stacks_in_227:hover .bx-wrapper .bx-next {
	opacity: 1;
}


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

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

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

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

#stacks_in_227 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 301;
}

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



/*  Hide navigation arrows if toggled off in settings. */


/* AUTO CONTROLS (START / STOP) */

#stacks_in_227 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_227 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_227 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_227 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_227 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_227 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_227 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_227 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

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

/* IMAGE CAPTIONS */

#stacks_in_227 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

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

#stacks_in_227 ul.bxslider, #stacks_in_227 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */



#stacks_in_15 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_18 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-18.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_18 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_18 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_18 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_18 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_23 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-23.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_23 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_23 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_23 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_23 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_28 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-28.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_28 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_28 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_28 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_28 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_33 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-33.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_33 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_33 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_33 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_33 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_38 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-38.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_38 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_38 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_38 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_38 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_43 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_46 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-46.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_46 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_46 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_46 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_46 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_51 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-51.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_51 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_51 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_51 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_51 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_58 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-58.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_58 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_58 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_58 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_58 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_63 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_66 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-66.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_66 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_66 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_66 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_66 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_71 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-71.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_71 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_71 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_71 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_71 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_76 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-76.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_76 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_76 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_76 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_76 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_81 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-81.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_81 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_81 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_81 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_81 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_86 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-86.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_86 {
	position: absolute;
	1: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentShadestacks_in_86 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-webkit-border-1-left-radius: 10px;
	-webkit-border-1-right-radius: 10px;
	-moz-border-radius-1left: 10px;
	-moz-border-radius-1right: 10px;
	border-1-left-radius: 10px;
	border-1-right-radius: 10px;
}

#deliContentWrapperstacks_in_86 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_86 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_91 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_94 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-94.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_94 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_94 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_94 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_94 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_103 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_106 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-106.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_106 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_106 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_106 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_106 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_111 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-111.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_111 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_111 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_111 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_111 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}#deliWrapperstacks_in_118 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-118.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_118 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_118 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_118 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_118 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_123 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_123 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_123 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_124 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_130 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-130.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_130 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_130 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_130 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_130 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_139 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_142 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-142.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_142 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_142 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_142 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_142 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_151 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_154 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-154.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_154 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_154 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_154 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_154 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_163 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_166 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-166.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_166 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_166 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_166 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_166 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_175 {
	margin:  14px;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}#deliWrapperstacks_in_178 {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../files/image-178.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#deliContentstacks_in_178 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentShadestacks_in_178 {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#deliContentWrapperstacks_in_178 {
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
}

#deliLinkstacks_in_178 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 200px;
	width: 100%;
	background: transparent;
}
#stacks_in_187 {
	margin:  20px;
}
