#wrapper {
	width: 100%;
	min-width: 800px;
	max-width: 1024px;
	font-size: 1.04em;
	line-height: 1.5;
}

#wrapper p {
	text-align: justify;
}

.panel-center {
	display: inline-block;
	float: none;
	margin: 0px auto 25px auto;
	width: 94%;
	height: auto;
	color: rgb(96,96,96);
	background-color: none;
	vertical-align: top;
}
.panel-center p {
	margin: auto;
	padding: 0px 20px 10px 20px;
}

#slideshow {
	position: relative;
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: 1100px;
	min-width: 700px;
	height: auto;
	min-height: 800px;
	text-align: center;
}

/* https://stackoverflow.com/questions/1776915/how-can-i-center-an-absolutely-positioned-element-in-a-div */
.images {
	position: absolute;
	top: 0px;
	left: 0; right: 0;
	margin-left: auto; margin-right: auto;
	width: 90%;
	max-width: 800px;
}