#marqueecontainer{
	position: relative;
	width: 210px;
	height: 210px;
	background-color: #FFD595;
	overflow: hidden;
	border: none;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
* html #marqueecontainer { width: 210px; height: 210px; }

#vmarquee {
	position: absolute;
	width: 220px;
}
#vmarquee a { color: #49006C; text-decoration: none; font-weight: bold; outline: none; }
#vmarquee a:link { color: #49006C; text-decoration: none; font-weight: bold; outline: none; }
#vmarquee a:hover { color: #49006C; text-decoration: underline; font-weight: bold; outline: none; }
#vmarquee .date { font-style: italic; color: #FF6600; font-size: 10px; }
