.root {
	position:relative;
	width:184px;
	height:200px;
	margin-top:4px;
	z-index:5;
}

.root h4,
.root p { margin:10px 0px 5px 0px; }

.thumb {
	position:absolute;
	height:94px;
	width:13px;
	left:0px;
}

.up,
.dn {
	position:absolute;
	left:0px;
}

.up a,
.up a img,
.dn a,
.dn a img,
.thumb a,
.thumb a img { border:0; }


/* news scroll */
.scrollContainer {
	position:relative;
	left:0px;
	top:0px;
	width:170px;
	height:200px;
	clip:rect(0px, 184px, 200px, 0px);
	overflow:auto;
	border:0;
	/*background:#fff;*/
	z-index:5;
}

.scrollContent {
	position:relative;
	left:0px;
	top:0px;
	width:170px;
	z-index:5;
}

.scrollContent { font-size:small; }

.scrollContent .date { color:#5a4a42; }



/* main content scroll */
.root1 {
	position:relative;
	width:504px;
	margin:0;
	margin-left:-14px;
	/* background:#FFF; */
}

.scroll1Container {
	position:relative;
	left:0px;
	top:0px;
	width:518px;
	overflow:auto;
	border:0;
	/*background:#FFF;*/
}


.scroll2Container {
	position:relative;
	left:0px;
	top:0px;
	width:550px;
	/* overflow:auto;*/
	overflow:hidden;
	border:0;
}

.scroll1Content {
	position:relative;
	left:0px;
	top:0px;
	width:504px;
	/*background:#FFF;*/
}

.scroll2Content {
	position:relative;
	left:0px;
	top:0px;
	width:540px;
}

.scroll1Content p { margin:7px;  }

.scroll1Content .largertext {
	font-size:larger;
}
rr { margin:1em auto; font-size:.75em; text-align:right; position:absolute; bottom:3px; right:3px; color:#F00;} 
.collapse {display:none;}
