﻿/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 190px;
height: 150px;
border: 0px solid black;
padding: 0px;
text-align:left;
padding:5px;
/*background-color: lightyellow;*/
}

#pscroller2{
width: 190px;
height: 150px;
border: 0px solid black;
padding: 0px;
text-align:left;
padding:5px;
/*background-color: lightyellow;*/
}

.someclass{ //class to apply to your scroller(s) if desired
}
