



.root {
    position:relative;
    height:305px;
    width:760px;
    margin:10px 0px 0px 160px;    
}

.root1 {
    position:relative;
    height:305px;
    width:820px;
    margin:10px 0px 0px 90px;    
}

/*.root p {
    margin:10px 10px 5px 10px;
}*/
	
.thumb {
    position:absolute;
    left:10px;
	width:19px;
	height:69px;
	background:url(../images/brownThumb2.gif) no-repeat;
}
	
.up {
    position:absolute;
    left:10px;
	width:19px;
	height:18px;
	background:url(../images/textScrollUp2.gif) no-repeat;
}

.dn {
    position:absolute;
    left:10px;
	width:19px;
	height:18px;
	background:url(../images/textScrollDown2.gif) no-repeat;
}

.up a, .dn a {
    border:0;
	display:block;
	width:19px;
	height:18px;
}

.thumb a {
    border:0;
	display:block;
	width:19px;
	height:69px;
}

.scrollContainer { 
    position:absolute; 
    left:2px; 
    top:19px; 
    width:760px; 
    height:305px; 
	clip: rect(0px, 760px, 305px, 0px);
    overflow:hidden;
}

.scrollContent { 
    position:absolute; 
    left:0px; 
    top:0px; 
	width:700px;
}
