#box1 {
width: 233px;
height: 145px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 50px;
left: 5px;
border: 0px solid black;

}
#box1 ul {
	margin:0px;
	padding:0px;
	padding-left: 1.7em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#box1 ul li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box2 {
	width: 228px;
	height: 120px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	border: 0px solid black;
	clear:both;
}
.box2 p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: #333;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}