/*Example CSS for the two demo scrollers*/

a:link 
{ 	
color: #02501A; text-decoration: none; 
font-weight: bolder;
}
a:visited 
{ 
color: #02501A; text-decoration: none; 
font-weight: bolder;
} 
a:hover { color: red; } 

#pscroller1{
width: 230px;
height: 40px;
border: 0px solid black;
padding: 0px;
background-color: none;
font-family: verdana;
font-size: 10px;
color: #02501A; 

}

.someclass{ //class to apply to your scroller(s) if desired
}