/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 250px;
height: 90px;
padding: 5px;
background: URL(/client/images/scroller-bk.jpg);
font: 11px/15px normal verdana, sans-serif;
color: #333;
text-align: left;
}

#pscroller2{
width: 250px;
height: 90px;
border: 0px;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}