#quotebox {
	border-bottom-color: #8d7f60;
	position: relative;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: block;
	margin-bottom: 22px; }
	
#carousel {
	width: 10000px;
	position: absolute;
	padding: 25px 0 0 0;
	margin: 0;
	top: 0;
	left: 0; }

#carousel li {
	width: 400px;
	height: 300px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline; }

#quotebox p {
	color: #666;
	font-size: 19px;
	font-family: Georgia;
	text-align: center;
	margin: 0; }

#quotebox span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	color: #999; }

#quotebox a {
	color: #999;
	font-weight: normal; }