/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 180px;
height: 150px;
border: 0px solid black;
padding: 5px;
direction:rtl;
text-align:justify;
font-size:15px;}

#pscroller2{
width: 180px;
height: 20px;
border: 0px solid black;
padding: 3px;
direction:rtl;
text-align:justify;


}

#pscroller2 a{
font:Tahoma;
font-size:12px;
}

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

