/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 170px;
height: 100px;
padding: 10px 10px 15px 10px;
background: transparent;
font: 11px/15px normal verdana, sans-serif;
color: #333;
text-align: left;
}

#pscroller2{
width: 190px;
height: 150px;
border: 0px;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}