	/*************	http://www.dhtmlgoodies.com/index.html?whichScript=scrolling_content	**************/	#ads{	}	#scrollingContainer{width: 350px;border:1px solid #000;	/* Black border around box */background-color: #E0E0E0;	/* Light blue background color */padding:2px;	/* A little bit of space between border of box and text inside */float:left;	/* I want the text to wrap around the box */margin-right:5px;	/* Right margin of 10 pixels */font-size:0.9em;	/* Smaller font size than the rest of the page */overflow:hidden;	/* Hide overflow content */} 