/* CSS Document */

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 90%;
height: 60px;
border: 1px solid darkblue;
padding: 5px;
background-color: lightyellow;
}
.someclass{ //class to apply to your scroller(s) if desired
}

#pscroller2{
width: 90%;
height: 80px;
border: 1px solid darkblue;
padding: 5px;
background-color: lightyellow;
}
.someclass2{ //class to apply to your scroller(s) if desired
}

#pscroller3{
width: 100%;
height: 80px;
border: 1px solid darkblue;
padding: 5px;
background-color: lightyellow;
}
.someclass3{ //class to apply to your scroller(s) if desired
}

#pscroller4{
width: 90%;
height: 140px;
border: 1px solid darkblue;
padding: 5px;
background-color: lightyellow;
}
.someclass4{ //class to apply to your scroller(s) if desired
}

