/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code *//* Start Button Press stack CSS code */#stacks_in_50386{	text-align: center !important;}.stacks_in_50386dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50386dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code */#stacks_in_50394 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50394 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:2px; 
border-top-color:#C1A04C; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


	#stacks_in_999 h1,#stacks_in_999 h1 a,#stacks_in_999 p,#stacks_in_999 p a{
		font-size:40px;
		line-height:2.57em;
		margin:0;
	}
	


#stacks_in_999 h1,#stacks_in_999 h1 a,#stacks_in_999 p,#stacks_in_999 p a{
	color:rgba(205, 174, 93, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_999 p a:hover, #stacks_in_999 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_1000 {
	font-size: 202%;
}
#stacks_in_50396 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_50396 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:2px; 
border-top-color:#C1A04B; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


	#stacks_in_11348 h2,#stacks_in_11348 h2 a,#stacks_in_11348 p,#stacks_in_11348 p a{
		font-size:30px;
		line-height:1.58em;
		margin:0;
	}
	
		@media screen and (max-width:770px){ /* iPad Portrait */
			#stacks_in_11348 h2,#stacks_in_11348 h2 a,#stacks_in_11348 p,#stacks_in_11348 p a{
				font-size:20px;
			}
		}
		@media screen and (max-width:500px){ /* iPhone Landscape */
			#stacks_in_11348 h2,#stacks_in_11348 h2 a,#stacks_in_11348 p,#stacks_in_11348 p a{
				font-size:18px;
			}
		}
	


#stacks_in_11348 h2,#stacks_in_11348 h2 a,#stacks_in_11348 p,#stacks_in_11348 p a{
	color:rgba(16, 163, 240, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:Verdana, Geneva, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	
		text-shadow: 0px -2px 0px rgba(196, 196, 196, 1.00), 0px 2px 3px rgba(0, 0, 0, 1.00);
	

	

	

	

	

	

	

	

	

	

}

#stacks_in_11348 p a:hover, #stacks_in_11348 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_11349 {
	font-size: 134%;
}

#accstacks_in_14730 h3 {
	margin: 0;
	padding:0;
	cursor: pointer;
}

#stacks_in_14745 h6,#stacks_in_14745 h6 a,#stacks_in_14745 p,#stacks_in_14745 p a{
	color:rgba(198, 0, 99, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:Verdana, Geneva, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	
		text-shadow: 0px -2px 0px rgba(196, 196, 196, 1.00), 0px 2px 3px rgba(0, 0, 0, 1.00);
	

	

	

	

	

	

	

	

	

	

}

#stacks_in_14745 p a:hover, #stacks_in_14745 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_14746 {
	font-size: 134%;
}

#stacks_in_50397 .stacks_left {
	float:left;
	width:21%;
}

#stacks_in_50397 .stacks_right {
	float:right;
	width:21%;
}

#stacks_in_50397 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:54%;
}/* Start Button Press stack CSS code */#stacks_in_50579{	text-align: center !important;}.stacks_in_50579dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50579dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50577{	text-align: center !important;}.stacks_in_50577dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50577dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50400{	text-align: center !important;}.stacks_in_50400dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50400dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50401{	text-align: center !important;}.stacks_in_50401dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50401dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50402{	text-align: center !important;}.stacks_in_50402dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50402dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50403{	text-align: center !important;}.stacks_in_50403dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50403dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50404{	text-align: center !important;}.stacks_in_50404dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50404dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50405{	text-align: center !important;}.stacks_in_50405dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50405dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50406{	text-align: center !important;}.stacks_in_50406dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50406dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50407{	text-align: center !important;}.stacks_in_50407dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50407dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50408{	text-align: center !important;}.stacks_in_50408dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50408dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50409{	text-align: center !important;}.stacks_in_50409dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50409dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50578{	text-align: center !important;}.stacks_in_50578dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:92% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50578dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50413{	text-align: center !important;}.stacks_in_50413dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50413dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50414{	text-align: center !important;}.stacks_in_50414dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50414dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50415{	text-align: center !important;}.stacks_in_50415dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50415dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50416{	text-align: center !important;}.stacks_in_50416dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50416dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50417{	text-align: center !important;}.stacks_in_50417dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50417dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50418{	text-align: center !important;}.stacks_in_50418dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50418dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50419{	text-align: center !important;}.stacks_in_50419dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50419dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50420{	text-align: center !important;}.stacks_in_50420dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:96% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50420dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code *//* Start Button Press stack CSS code */#stacks_in_50421{	text-align: center !important;}.stacks_in_50421dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBC4C;	box-shadow:inset 0px 1px 0px 0px #FFBC4C;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D47606), color-stop(1, #B65800) );	background:-moz-linear-gradient( center top, #D47606 5%, #B65800 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D47606', endColorstr='#B65800');	background-color:#CA6C00;	text-shadow:none;		text-shadow:1px -1px 0px #A24400;			border:1px solid #AC4E00;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_50421dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #A24400;		-webkit-box-shadow:inset 0px 1px 0px 0px #A24400;		box-shadow:inset 0px 1px 0px 0px #A24400;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B65800), color-stop(1, #D47606) );		background:-moz-linear-gradient( center top, #B65800 5%, #D47606 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B65800', endColorstr='#D47606');		background-color:#CA6C00;					color:#FFFFFF;		}/* End Button Press stack CSS code */
#stacks_in_50423 {
	margin: 25px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_50425 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_50425 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #9A8347;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_50425 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_50425 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_50425 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #9A8347;}#stacks_in_50425 .owl-theme .owl-controls .owl-page.active span,#stacks_in_50425 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_50425 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_50425 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_50425outerwrapper{	max-width: 450px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_50425owl-stack{	height:0px;}#stacks_in_50425owl-stack .stacks_in_50425item img{display: block;width: 100%;height: auto;}#stacks_in_50425imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_50426 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50429 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50431 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50433 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50435 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50437 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50439 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50441 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50443 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50445 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50447_9954 .stacks_left {
	width:460px;
}

#stacks_in_50447_9954 .stacks_row {
	width:920px;
}
#stacks_in_50447_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50447_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50458_9954 .stacks_left {
	width:460px;
}

#stacks_in_50458_9954 .stacks_row {
	width:920px;
}
#stacks_in_50458_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50458_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50469_9954 .stacks_left {
	width:460px;
}

#stacks_in_50469_9954 .stacks_row {
	width:920px;
}
#stacks_in_50469_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50469_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50480_9954 .stacks_left {
	width:460px;
}

#stacks_in_50480_9954 .stacks_row {
	width:920px;
}
#stacks_in_50480_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50480_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50491_9954 .stacks_left {
	width:460px;
}

#stacks_in_50491_9954 .stacks_row {
	width:920px;
}
#stacks_in_50491_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50491_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50502_9954 .stacks_left {
	width:460px;
}

#stacks_in_50502_9954 .stacks_row {
	width:920px;
}
#stacks_in_50502_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50502_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50513_9954 .stacks_left {
	width:460px;
}

#stacks_in_50513_9954 .stacks_row {
	width:920px;
}
#stacks_in_50513_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50513_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_50524_9954 .stacks_left {
	width:460px;
}

#stacks_in_50524_9954 .stacks_row {
	width:920px;
}
#stacks_in_50524_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_50524_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_1675 .stacks_left {
	width:460px;
}

#stacks_in_1675 .stacks_row {
	width:920px;
}
#stacks_in_1665 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1667 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1669 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1688 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1690 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1692 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1694 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1696 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1698 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_1702 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_9899_9954 .stacks_left {
	width:460px;
}

#stacks_in_9899_9954 .stacks_row {
	width:920px;
}
#stacks_in_9899_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_9899_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_10025_9954 .stacks_left {
	width:460px;
}

#stacks_in_10025_9954 .stacks_row {
	width:920px;
}
#stacks_in_10025_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10025_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_10046_9954 .stacks_left {
	width:460px;
}

#stacks_in_10046_9954 .stacks_row {
	width:920px;
}
#stacks_in_10046_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10046_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_10067_9954 .stacks_left {
	width:460px;
}

#stacks_in_10067_9954 .stacks_row {
	width:920px;
}
#stacks_in_10067_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10067_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_10088_9954 .stacks_left {
	width:460px;
}

#stacks_in_10088_9954 .stacks_row {
	width:920px;
}
#stacks_in_10088_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10088_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_10109_9954 .stacks_left {
	width:460px;
}

#stacks_in_10109_9954 .stacks_row {
	width:920px;
}
#stacks_in_10109_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10109_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_10130_9954 .stacks_left {
	width:460px;
}

#stacks_in_10130_9954 .stacks_row {
	width:920px;
}
#stacks_in_10130_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10130_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_10151_9954 .stacks_left {
	width:460px;
}

#stacks_in_10151_9954 .stacks_row {
	width:920px;
}
#stacks_in_10151_9956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9962 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9965 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9968 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9971 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9974 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9977 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9980 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}

#stacks_in_10151_9983 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
}
