/*Example CSS for the two demo scrollers*/

#pscroller1{
margin:0 auto;
width: 135px;
height: 180px;
padding:0px 0px 0px 0px;
}

#pscroller2{
margin:0 auto;
width: 135px;
height: 20px;
padding: 0px 0px 0px 0px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}