#marqueecontainer {
	position: relative;
	width: 760px; /*marquee width */
	height: 60px; /*marquee height */
	overflow: hidden;
	margin: 0;
	padding: 6px 0;
}

#marqueecontainer a {
	text-decoration: none;
	color: #000000;
}

#marqueecontainer a:hover {
	text-decoration: underline;
	color: #000000;
}

#vmarquee {
	width: 100%;
	position: absolute;
	white-space:nowrap;
}

