/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 40px;
border: 1px thin white;
padding: 5px;
background-color: lightyellow;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
}

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