/* ------------------------------------ *
 CSS
 Thursday, February 18, 2010 10:18:47 AM
 HAPedit 3.1.11.111
 * ------------------------------------ */

 /*Example CSS for the two demo scrollers*/

#pscroller1{
width: 320px;
height: 150px;
border: 0px solid black;
padding: 2px;
/*background-color: lightyellow; */
background-color: #E8E8E8;
}

#pscroller2{
width: 300px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

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