#scrollingContainer{
/*	width:100%;*/
	height:350px;	/* Height of box */
	background-color: #d6d6d6;	/* Light blue background color */
	float:left;	/* I want the text to wrap around the box */
	margin-top:1px;
	overflow:hidden;	/* Hide overflow content */
}