/* OverRide*/#Panel{top: 900px;}
#SlideShow {
	position: relative;
	top:192px;
	width: 100%;
	height: 675px;
	padding: 0px;
}
	#SlideShow > div {position: absolute;}
	.SlideShowImage{width:100%;height:675px;}
	.SlideShowImage img {object-fit: cover;width:100%;height:675px;}
	.SlideShowText {
		position: absolute;
		top: 400px;
		text-align:center;
		font-family: Karla;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		color: rgba(255, 255, 255, 1);
		width: 100%;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);;
	}
	
	#CrawlerSlideShow {
	position: relative;
	top:192px;
	width: 100%;
	height: 675px;
	padding: 0px;
}
	#CrawlerSlideShow > div {position: absolute;}
	.CrawlerSlideShowImage{width:100%;height:500px;}
	.CrawlerSlideShowImage img {object-fit: cover;width:100%;height:500px;}
	.CrawlerSlideShowText {
		position: absolute;
		top: 400px;
		text-align:center;
		font-family: Karla;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		color: rgba(255, 255, 255, 1);
		width: 100%;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);;
	}