#stacks_in_16_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_16 a:link, #stacks_in_16 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_16 a:hover, #stacks_in_16 a:active {
	color:#FFFFFF;
}







#stacks_in_16 a:link, #stacks_in_16 a:visited {
	background-color:#FF303D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF303D), to(#BF1D24));
	border:1px solid #BF1D24;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_16 a:hover {
	background-color:#FF3442;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF3442), to(#A5191F));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_16 a:active {
	background-color:#FF303D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_9 .stacks_left {
	float:left;
	width:59%;
}

#stacks_in_9 .stacks_right {
	float:right;
	width:39%;
}
#stacks_in_12 {
	margin: 0px 20px 0px 0px;
}
