

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 150px;
height: 100px;
border: 0px solid black;
padding: 1px;
background-color: lightyellow;
}

#pscroller2{
width: 600px;
height: 20px;
border: 0px solid black;
padding: 1px;
}

#pscroller2 a{
text-decoration: none;
}

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

