#scrollingContainer{
		height:160px;	/* Height of box */
		width: 200px;
		float:left;	/* I want the text to wrap around the box */
		font-size:12px;	/* Smaller font size than the rest of the page */
		overflow:hidden;	/* Hide overflow content */
}

