.testimonials {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

.testimonials .scrollable {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 180px;
	width: 178px;
}


.testimonials .scrollable .items .item {
	height: 180px;
	width: 158px;
	font-size: 10px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.testimonials .scrollable .items .item .author {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
}

.testimonialNav {
	text-align: right;
	margin-right: 4px;
	cursor: pointer;
}



.testimonialNav .button {
	margin-top: 4px;
	display: inline;
	height: 12px;
	background-color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #000000;
}

.testimonialNav .button:hover {
	border: 1px solid #E78500;
}

.testimonialNav .play {
	display: none;
}
