﻿#slideshow {
	margin: auto;
	width: 225px;
	height: 450px;
}

#quotes {
	height:250px;
}

.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: small;
	text-align: center;
}

.quote p {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.quote cite {
	display: inline-block;
	width: 90%;
	font-weight: bold;
	text-align: right;
}

