/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 354px;
height: 200px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
font-size: 10pt;
}

.someclass{ //class to apply to your scroller(s) if desired
}
