
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 160px;
border: 0px solid black;
padding: 2px;
background-color: lightyellow;
}

.someclass{ //class to apply to your scroller(s) if desired
}