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