﻿

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 130px;
height: 130px;
border: 0px solid black;
padding: 5px;
background-color: white;
font : 9pt Verdana;
text-align: left;
}

#pscroller2{
width: 130px;
height: 70px;
border: 0px solid black;
padding: 3px;
font : 9pt Verdana;
text-align: left;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}



