<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 500px;
height: 50px;

margin-left:-340px;
float:left;
font-family:arial;
color:#ffffff;
line-height:34px;
font-size:12px;

}

#pscroller2 a{
text-decoration: none;
font-family:arial;
color:#ffffff;
line-height:34px;
font-size:12px;
float:left;

}

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

</style>