@charset "utf-8";
/* CSS Document */

#pscroller1{
width: 205px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: white;
}

#pscroller2{
width: 205px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: white;
}


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