.root{
	position: relative;
}
.scrollContainer {
	position: absolute;
	left: 2px;
	top: 19px;
	height: 200px;
	width: 350px;
	clip: rect(0 467 200 0); 
	overflow: auto;
}
.scrollContent {

	position: relative;
	left: 0px;
	top: 0px;
	width: 190px;
	z-index: 11;
}
.root .scrollContainer .scrollContent dl dt {
	background-color: #D5D5D5;
	color: #686767;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
.root .scrollContainer .scrollContent dl dd {
	color: #686767;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.thumb {	
	position: absolute;
	height: 17px;
	width: 9px;
	left: 10px;
	border:1px solid #EAEAEA !important
}
.up, .dn {
	position: absolute;
	left: 10px;
	border:1px solid #EAEAEA !important
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img
{
	border: 0;
}
