

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 208px;
height: 50px;
border: 1px solid black;
padding: 5px;
background-color: WhiteSmoke;
}


.someclass{ //class to apply to your scroller(s) if desired
}

