/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 484px;
height: 100px;
padding: 5px;
border: 2px solid #E7CE83;
background: transparent;
}

#pscroller2{
width: 190px;
height: 150px;
border: 0px;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

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