@CHARSET "UTF-8";
.root     {
    position:relative;
    height:      200px;
    width:      489px;
    margin:       0px 0px 8px 7px;    
    }
.root p   {
    margin:      10px 10px 5px 10px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    width: 235px;
	height: 270px;
    clip:      rect(0 241 270 0); 
    overflow:      hidden; 
    position:      absolute; 
    left:      -250; 
    top:      285px; 
    }
.scrollContent { 
	position:  	absolute; 
    left:   	0px; 
    top:		0px; 
    width:		235px;
    color: #c6d8e6;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    }
#scrollBtn{
	width: 7px;
	height: 28px;
	position: relative;
	left: 8px;
	top: 4px;
}
.scrollArea{
	background-image: url('../images/index_19.jpg');
	width: 31px;
	height: 193px;
}

div.just{
	text-align: justify;
}