#slides {
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#slides-container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 533px;
	margin: 0px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#slides p {
	float: right;
	font-size: 9pt;
	margin-bottom: 0;
}