/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 0px solid black;
margin: 5px;
}

#pscroller2{
width: 200px;
height: 100px;
border: 0px solid black;
margin: 5px;
}

#pscroller11{
width: 350px;
height: 100px;
border: 0px solid black;
margin: 5px;
}

#pscroller21{
width: 350px;
height: 100px;
border: 0px solid black;
margin: 5px;
}

#pscroller2 a{
text-decoration: none;
}

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


