.root {
	position: relative;
	height: 400px;
	width: 400px;
	margin: 0px 0px 8px 7px;
	margin-top:40px;
	margin-left:70px;
}

.root p {
	margin: 10px 10px 5px 10px;
}

.thumb 		{
	position: absolute;
	height: 83px;
	width: 14px;
	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 { 
	position: absolute; 
	left: 10px; 
	top: 10px; 
	width: 400px; 
	height: 400px;  
	overflow: auto; 
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background:none;
}

.scrollContent { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 400px;
	font-size:11px;
	color:#565555;
	line-height:15px;
}

.scrollContent strong{
	color:#f3f3f3;
	font-weight: normal;
}

.scrollContent h4{
	color:#908e8e;
	font-weight: normal;
	font-size:15px;
	padding:0px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
}