#marqueecontainer {
	position: relative;
	width: 100%;
	height: 16px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #FFCC00;
}

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

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

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

#marqueecontainer2 {
	position: relative;
	width: px;
	height: 60px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #0000AA;
}

#marqueecontainer2 a {
	text-decoration: none;
	color: #0000AA;
}
#marqueecontainer2 a:hover {
}

#vmarquee2 {
	/*width: 100%*/
	position: absolute;
	white-space: nowrap;
}
