@charset "iso-8859-1";
.root     {
    position:relative;
    height:      250px;
    width:      100px;
    margin:       4px 4px 0px 5px;    
    }
.root p   {
    margin:      10px 0px 0px 0px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      11px;
    left:       5px;
    }
.up, .dn   {
    position:      absolute;
    left:       5px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer {
	position: absolute;
	left: 2px;
	top: 5px;
	width: 140px;
	height: 250px;
	clip: rect(0 140 200 0);
	overflow: auto;
	background: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	line-height: 15px;
}
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      100px; 
    }