
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 182px;  
height: 90px;     
/*border: 1px solid black;*/
margin: 5px;
/*background-color: lightyellow;*/
font-size: 11px;
line-height: 15px;
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
font-size: 11px;
line-height: 15px;
border-bottom: 1px dotted #ccc;
}

#pscroller1 a{
/*text-decoration: none;*/
color: #900;
}

.someclass{ //class to apply to your scroller(s) if desired
}
