/* CSS code for teaser flash banner on the home page */

#teaserFlashAd {
	text-align: center;
	padding-bottom: 10px;
}

#flashDivContainer {
	width: 100%;
	height: 90px;
	text-align: center;
	padding-bottom: 10px;
}

#flashBannerLayer {
	width: 728px;
	height: 90px;
	position: relative;
	top: 0px;
	z-index: 0;
	margin: auto;
}

#flashOuterLinkLayer {
	width: 100%;
	height: 90px;
	position: absolute;
	display: block;
	top: 500px;
	left: 0px;
	text-align: center;
	z-index: 1;
}

#flashInnerLinkLayer {
	width: 728px;
	height: 90px;
	margin: auto;
	cursor: pointer;
	background-color: #FFFFFF;
	opacity: 0;
	filter: alpha(opacity=0);
}