/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 230px;
height: 110px;
cursor:text;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
cursor:text;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ 
font:bold 11px arial;
color:#000;
padding:5px;
cursor:text;
}
