/*Example CSS for the two demo scrollers*/

#pscroller1{
background-image: url(../images/news-bg.jpg);
width: 633px;
height: 23px;
border: 0px solid red;
padding: 7px 0px 5px 10px;
background-color:#333333 ;
display:block;
float: left;
color: #FFCC00;
}

#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
}

