/*Example CSS for the two demo scrollers*/

#pscroller{
	width: 350px;
	height: 20px;
	padding: 2px;
	margin-bottom: 0px;
}

#pscroller a{
	text-decoration: none;
	font-family: "trebuchet MS", Georgia, Verdana;
}

.scrollText{ //class to apply to your scroller(s) if desired
	font-family: "trebuchet MS", Georgia, Verdana;
	font-size: 14px;
	color: #666666;
	font-family: "trebuchet MS", Georgia, Verdana;
}

