body { overflow:hidden }  
body { 
font-family: Verdana;
font-size: 8pt;
color: #FFFFFF
}

/* optional container for scroller, to provide bgColor/border */
div#bg { 
    position:absolute; left:0px; top:0px; 
    z-index:100; width:220px; height:140px;
    }
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn { 
    position:absolute; left:10px; top:10px;
    width:220px; height:130px; z-index:1;
    clip:rect(0, 220px, 130px, 0); overflow:hidden;
    }

div#cnt {
	position:absolute;
	z-index:1;
	width: 220px;
}

div#cnt div.item { width:220px; height:130px; color:#FFFFFF; overflow: hidden;}

div#cnt h3 { font-size:8pt; margin:0 0 .5em 0 }  
div#cnt p { font-size:8pt; margin:.5em 0 0 0 }
div#cnt ul { margin:.5em 0 0 0; padding:0; font-size:11px; }
div#cnt ul li { margin: .3em 0 0 1em; list-style-type:none }

.itemvisible {
	position: absolute;
	width: 220px;
	height: 130px;
	z-index: 1;
	color: #FFFFFF;
}

.vermas {
position: absolute;
right: 0;
bottom: 0;
width: 48px;
height: 14px;
z-index: 2;
text-align: right;
background-color: #FFFFFF;
}

a.snfco:link {color: #FFFFFF; text-decoration: none}
a.snfco:active {color: #FFFFFF; text-decoration: none}
a.snfco:visited {color: #FFFFFF; text-decoration: none}
a.snfco:hover {color: #FFD942; text-decoration: none}
