/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 525px;
height: 82px;
padding: 10px;
border: 0px;
background-image: URL(../images/scroller-bkgrd.gif);
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{ 
margin-left: 0px;
//class to apply to your scroller(s) if desired
}