/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 100px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
color: darkblue;
width: 900px;
height: 30px;
/*padding: 4px;*/
vertical-align: middle;
font-weight: normal;
/*border: solid 1px black;*/
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}