div#marqueecontainer{
	position: relative;
	width: 171px; /*marquee width */
	height: 200px;
	overflow: hidden;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #202020;
}
div#scroller {
	width: 180px;
	height: 150px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: 0px;
	clear: none;
	float: left;
}
#vmarquee a:link{
	color: #67BAB1;
	text-decoration: none;
}
body {
	background-color: #D4D4D4;
}
