/*Example CSS for the vMarquee*/

#vmarquee{
	width: 580px;
	height: 150px;
	border: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
}

#vmarquee h1{
	color: #4444FF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

#vmarquee h1 a {
	color: #7777FF;
	font-size: 12pt;
	text-decoration: none;
	
}

#vmarquee a{
	color: #7777FF;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
