/* CSS Document */


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
top: 0px;
left: 3px;/*25*/
height: 100px;
border: 0px solid black;
padding: 0px;
font-size:10px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background:none;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 0px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ 
color:#FFFFFF;
//class to apply to your scroller(s) if desired
}

