/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 295px;
height: 60px;
border: 1px solid #666666;
padding: 5px;
background-color: #FFF;
}
#pscroller2{
width: 295px;
height: 55px;
border: 1px solid #666666;
padding: 5px;
background-color: #FFF;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}