/*CSS for the scroller*/

#pscroller1{
width: 380px;
height: 90px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

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