
.featuredCommentsOutput {
	width: 300px;
	overflow: hidden; /*height not used for horiz*/

}
.featuredCommentsOutput div {
	width: 6000px; /* = above width * number of quotes + 3 pixels */
}
.featuredCommentsOutput div div {
	width: 204px;
	float: left; /* Required if you want a horizontal slide. */
	margin-right: 96px;
}

.featuredCommentsOutputNonFade {
	width: 400px;
	overflow: hidden; /*height not used for horiz*/
	padding: 10px;
}
.featuredCommentsOutputNonFade div {
	width: 400px; /* = above width * number of quotes + 3 pixels */

}
.featuredCommentsOutputNonFade div div {
	width: 204px;
	margin-right: 96px;
	clear: both;
}

blockquote { clear:both; margin:0px; padding: 0px;background: transparent url('quoleft.png') no-repeat scroll left top; height:48px; }
blockquote div { margin-left: 48px; padding-right: 48px;background: transparent url('quoright.png') no-repeat scroll right bottom; }

