/* CSS for my first scrolling box */
#scroller{
	width:170px;	/* 170 pixels in width */
	height:160px;	/* Height of box */
	background-image: url(../images/site/testimonials_background.gif);
	background-repeat:no-repeat;
	padding:2px;
	margin-bottom:2px;
}
#scrollingContainer{
	width:155px;	/* 170 pixels in width */
	height:148px;	/* Height of box */
	padding:2px;	/* A little bit of space between border of box and text inside */
	margin:5px;	/* Right margin of 10 pixels */
	font-size:10px;	/* Smaller font size than the rest of the page */
}