#scroller { 
display: inline; 
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
font-size: 1em; 
text-align: left; 
color: #000000; 
background-color: #FFFFFF; 
position: absolute; 
top: 350px; 
left: 10px; 
width: 190px; 
overflow: hidden; 
border-color: #33CC33; 
border-style: solid; 
border-width: 1px;
z-index: 9;
} 
#scrollertext { 
position:relative; 
top: 0px; 
left: 0px; 
margin: 5px 5px 5px 5px; 
z-index: 10; 
} 
#scrollertitle { 
position:relative; 
top: 0px; 
left: 0px; 
height: 18px; 
padding-top: 3px; 
font-size: 1em; 
text-align: center; 
color: #33CC33; 
font-weight: bold; 
text-decoration: underline; 
background-color: #FFFFFF; 
z-index: 11; 
} 
#scrollertext a:link {color: #336633} 
#scrollertext a:visited {color: #336633} 
#scrollertext a:hover {color: #336633} 
#scrollertext a:active {color: #336633}