/* CSS for the two demo scrollers*/
#pscroller1{
/* width: 200px; */
height: 150px;
/* border: 1px solid black; */
border: 0px;
padding: 5px;
/* background-color: lightyellow; */
/* background-color: white; */
/* allow bgcolor to inherit that of the space in which the scroller appears */
}
#pscroller2{
/* width: 350px; */
height: 125px;
/* border: 1px solid black; */
border: 0px;
padding: 3px;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ /* class to apply to your scroller(s) if desired */
}
#pscroller3{
/* width: 200px; */
height: 125px;
/* border: 1px solid black; */
border: 0px;
padding: 5px;
/* background-color: lightyellow; */
/* background-color: white; */
/* allow bgcolor to inherit that of the space in which the scroller appears */
}
#pscroller4{
/* width: 200px; */
height: 125px;
/* border: 1px solid black; */
border: 0px;
padding: 5px;
/* background-color: lightyellow; */
/* background-color: white; */
/* allow bgcolor to inherit that of the space in which the scroller appears */
}
