/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 208px;
height: 170px;
padding: 5px;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #454545;

}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
