/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 90px;
height: 150px;
border: 1px solid #cedae7;
padding: 5px;
background-color: #ffffff;
color:#666666;
margin-left:10px; margin-right:0px;
}

#pscroller1 a{
text-decoration: none;
}

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