/*Example CSS for the two demo scrollers*/

#pscroller1{
/*background-color: #CC0000;*/
background-image: url(../images/news-bg.jpg);
width: 760px;
height: 21px;
border: 0px solid black;
padding: 6px 5px 0px 25px;
display:block;
font-weight: bold;
font-size:  12px;
color: #CC0000;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

