#testimonialList {
	list-style: none;
}

#testimonialList li {
	clear: both;
}

#testimonialList .testimonialImage {
	float: left;
	padding-right: 15px;
}

#testimonialList .testimonialTitle {
	font-weight: bold;
	font-size: 18pt;
	color: #ff9900;
}

#testimonialList .testimonialTime {
	padding-bottom: 10px;
}


#testimonialPrev {
	margin-left: 675px;
	margin-right: 125px;
}

#testimonialPrev, #testimonialNext {
	float: left;
	cursor: pointer;
	color: #919191;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

#testimonialPrev:hover, #testimonialNext:hover {
	color: #ff9900;
}

