<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 500px;
height: 80px;
border: 0px solid black;
padding: 5px;
}

#pscroller2{
width: 550px;
height: 16px;
border: 0px solid black;
padding: 3px;padding-left: 17px;padding-top:0px;
}

#pscroller2 a{
text-decoration: none; color:#101010; font-weight:100; font-size:16px;
}

.someclass{ //class to apply to your scroller(s) if desired
}

</style>

