/*Example CSS for the two demo scrollers*/

#pscroller1
{
	width: 200px;
	height: 100px;
	/* border: 1px solid black; */
	padding: 5px;
	background-color: lightyellow;
}

#pscroller2
{
	width: 550px;
	height: 20px;
	/* border: 1px solid black; */
	padding: 3px;
}

#pscroller_News
{
	width: 500px;
	height: 20px;
	/* border: 1px solid black; */
	padding: 1px;
}

#pscroller2 a
{
	text-decoration: none;
}

#pscroller_News a
{
	text-decoration: none;
	color: #0000FF;
}

.someclass
{
	//class to apply to your scroller(s) if desired
}