/*CSS for the two demo scrollers*/

#pscroller1{
width: 280px;
height: 180px;
border: 2px solid #336667;
padding: 5px;
background-color:#ADC688;
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:13px;
}

#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
}