/* Fancy Intro stack v1.0.0 by Tsooj Media */



.atmFancyIntroBackground
{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	background-color: #EBEBEB !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#746E5A));
	background: -webkit-linear-gradient(#EBEBEB, #746E5A) !important;
	background: -moz-linear-gradient(top,  #EBEBEB,  #746E5A) !important;
	background: -o-linear-gradient(#EBEBEB, #746E5A);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#EBEBEB', EndColorStr='#746E5A'); /* IE */
	visibility: hidden;
	z-index: 1001 !important;
}

.atmFancyIntroText
{
	position: fixed !important;
	left: 0 !important;
	line-height: 100% !important;
	bottom: 52% !important;
	font-size: 250px !important;
	width: 100% !important;
	color: #FFFFFF;
	letter-spacing: 2px  !important;
	text-shadow: 0px 2px 3px #555555 !important;
	/*filter: dropshadow(Color=#555555, offX=2, offY=3, Positive='true');*/ /* IE */
	text-align: center !important;
	vertical-align: bottom !important;
	
	visibility: hidden;
	z-index: 1002  !important;
}

.atmFancyIntroLine
{
	position: fixed !important;
	top: 50%;
	left: 0 !important;
	height: 0.5%;
	width: 0px; /* Using 0% causes jQuery animate errors in Opera depending on the jQuery version */
	background-color: #746E5A !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#746E5A), to(#312F28));
	background: -webkit-linear-gradient(#746E5A, #312F28) !important;
	background: -moz-linear-gradient(top,  #746E5A,  #312F28) !important;
	background: -o-linear-gradient(#746E5A, #312F28) !important;	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#746E5A', EndColorStr='#312F28'); /* IE */
	visibility: hidden;
	z-index: 1003 !important;
}

#stacks_in_26_page3
{
	margin: 0px !important;
	padding: 0px !important;
	display: none;
}







#stacks_in_26_page3 {
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
}
#fadeInStackstacks_in_27_page3 {
	display: none;
}
#stacks_in_27_page3 {
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
}

