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