<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
font-size: 10px;
width: 170px;
height: 100px;
margin: 10px auto;
border: 1px solid red;
padding: 5px;
background-color: white;
}

#pscroller2{
font-size: 10px;
font-family: verdana;
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

#actualite{
font-size: 12px;
width: 100%;
height: 145px;
border: 0px;
padding: 3px;
}

.someclass{ //class to apply to your scroller(s) if desired
background-color: white;
}

</style>