/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 900px;
	height: 52px;
	font-family: Verdana, Geneva, sans-serif;
	color: #6B316B;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.someclass{ //class to apply to your scroller(s) if desired
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #6B316B;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	cursor: hand;
	font-weight: bold;
}
