
/*Example CSS for the two demo scrollers*/

#pscroller1   { width: 140px;
                height: 155px;
                border: 1px solid black;
                padding: 5px;
                background-color: #FFFF80;
              }

#pscroller2   { width: 140px;
                height: 155px;
                border: 1px solid black;
                padding: 3px;
              }

#pscroller2 a { text-decoration: none; }

.someclass    { //class to apply to your scroller(s) if desired }




#bannerscroller1 { width: 140px;
                   height: 155px;
                   border: 1px solid black;
                   padding: 0px;
                   background-color: ;
              }

#bannerscroller2   { width: 140px;
                height: 155px;
                border: 0px solid black;
                padding: 0px;
              }

#pscroller2 a { text-decoration: none; }

.someclass    { //class to apply to your scroller(s) if desired }