/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 95%;
height: 300px;
border: 1px solid #DC143C;
padding: 5px;
background-color: #000033;
color: lightgrey;
text-align: left;
font-size: 110%;
}

.someclass{ //class to apply to your scroller(s) if desired }