@charset "utf-8";
/* CSS Document */

/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 200px;
	height: 100px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#pscroller1 a:link, #pscroller1 a:visited {
	color: #33CCFF;
	font-weight: bold;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
