
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 125px;
height: 110px;
border: 2px solid #009900;
padding: 2px;
background-color: white;
}

#pscroller2{
width: 600px;
height: 25px;
}

.someclass{ //class to apply to your scroller(s) if desired
}