#pscroller1{
height: 110px;
width:150px;
border-style: ridge;
border-color: dodgerblue;
border-width:2px;
padding:2px;
background-color: white;
}

.jj
{
font:normal 11px Verdana;
}

.jj a
{
color:#0000FF;

}

.jj a:hover
{
color:#FF0000;
}


.someclass{ //class to apply to your scroller(s) if desired
}

