@charset "utf-8";
/* CSS Document */

#Banner {
	display: block;
	height: 275px;
	background-color: #E2E2E2;
	clear: both;
	letter-spacing: 0em;
}
#SliderContainer {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 270px;
	position: relative;
}
#apDivSliderOverlay {
	position:absolute;
	width:1000px;
	height:270px;
	z-index:1001;
	left: 0px;
	top: 202px;
	background-image: url(../../images/sliderOverLay.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	display: none;
}
