﻿
/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 220px;
height: 140px;
border: 0px solid Gray;
padding: 5px;
background-position: center;
}

#pscroller2{
width: 30px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
