/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 165px;
height: 25px;
border: none;
}

#pscroller2{
width: 165px;
height: 25px;
border: none;
}

#pscroller1 a{
text-decoration: none;
padding-bottom: 4px;
}

.someclass{ //class to apply to your scroller(s) if desired
}