/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 190px;
border: 0px black solid;
/*background-color: lightyellow;*/
background-color: #FFFFE1;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #666666
; font-weight: normal
; clip:    rect(   ); height: 50px
; clear: none; margin-bottom: 1px
}

#pscroller2{
width: 190px;
height: 25px;
border: 0px #CCCCCC dotted;
padding: 1px 1px;
; clip:  rect(   )
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
