@charset "utf-8";
/* CSS Document */

#pscroller1{
width: 120px;
height: 220px;
border: 1px none black;
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
}

#pscroller2{
width: 120px;
height: 220px;
border: 1px none black;
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
}

#pscroller3{
width: 450px;
height: 185px;
border: 1px none black;
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
