/*Example CSS for the two demo scrollers*/

p.NewsBox {
margin: 0px 0px 0px 0px;
padding: 0px;
border: 0px;
font-size: 1px;
}

p.NewsBox img {
margin: 0px 0px 0px 10px;
padding: 0px;
border: 0px;
}

#pscroller1{
width: 520px;
height: 90px;
padding: 10px;
margin: 0px;
background: url("../img/news-box.jpg");
font: 11px/17px normal verdana, sans-serif;
color: #333;
text-align: left;
}

#pscroller2{
width: 190px;
height: 150px;
border: 0px;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

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