?
/*Example CSS for the two demo scrollers*/

#pscroller1{
/*width: 200px;*/
/*height: 10px;*/
border: 1px solid black;
/*padding: 5px;*/
background-color: lightyellow;
}

#pscroller2{
width: 300px;
height: 15px;
color:White;
border: 0px solid black;
/*padding: 3px;*/
}

#pscroller2 a{
text-decoration: none;
}



