/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 180px;
height: 120px;
padding: 1px;
margin-left: 15px;
margin-top: -5px;
background-color: #FFFFFF;
border: 0px solid white;
}

#pscroller2{
width: 350px;
height: 20px;
/*border: 0px solid black;*/
padding: 2px;
}

#pscroller2 a{
text-decoration: none;
}

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