#testimonials {
	width: 248px;
	height: 185px;
	background: url(../../images/comments.png) no-repeat center top;
	padding: 41px 5px 5px;
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#testimonials a {
	font-size: 11px;
}

/**
Text Scroll
Make containing div position:relative;
**/

#scroller {
	position: relative;
	overflow: hidden;
	width: 248px;
	height: 185px;

}
.scrollText {
	height: 190px;
	width:248px;
	position: absolute;
}

#scroller .quote-left {
	display: block;
	float: left;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px 3px 0px 0px;
}
#scroller .quote-right {
	display: inline;
	vertical-align: text-top;
	margin: 0px;
	padding: 7px 0px 0px 3px;
	float: none;
}
