
.banner-style{
	display: block;
	position: relative;
	background-color: white;

	border: 1px solid lightgray;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2); 

	min-height: 180px;
	margin-top: 50px;
}
.banner-slideshow{
	height: 500px;
	width: 100%;
	overflow: hidden;
}

#banner-slideshow-images{
  	margin: auto;
 	position: relative;
}
.banner-slideshow-slide{
 	position: absolute;
	display: none;
  	overflow: hidden;
	width: 100%;
}
.banner-slideshow-slide img{
	min-width: 100%;
}

.banner-logoOverlay{
	position: absolute;
	margin: auto;
}
.banner-text{
	color: white;
	font-size: 22px;
	font-weight: bolder;
	text-shadow: 
		2px 2px 10px rgba(0, 0, 0, 0.9),
		1px 1px 1px gray,
		-1px -1px 1px gray,
		-1px 1px 1px gray,
		1px -1px 1px gray,
		0px 0px 45px white, 0px 0px 45px white, 0px 0px 45px white;
}