/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 538px;
height: 20px;
border: 1px solid #00a7c9;
padding: 3px;
background: #00a7c9;
font: #ffffff;
font-weight: bold;
}

#pscroller1 a{
text-decoration: none;
color: #ffffff;
}

.someclass{ //class to apply to your scroller(s) if desired
font: #eb0672;
font-size: 0.8em;
}
