<style type="text/css">
<!--
#garbageForFireFox{
/* Do not delete. Does not display in FireFox without this entry */
}

#pscroller1{
width: 400px; /*marquee width */
height: 100px; /*marquee height */
background-color: #FCFCFC;
border: 1px solid #000000;
padding: 2px;
padding-left: 4px;
/* for IE  */
filter:alpha(opacity=70);
/* CSS3 standard */
opacity:0.7; 
}

.someclass{ //class to apply to your scroller(s) if desired
}

//-->
</style>