/*#mycustomscroll {
	width: 300px;
	height: 250px;
	overflow: auto;
	position: relative;
	background-color: #E7EADE;
	margin: 0.3em auto;
	padding: 15px;
}*/

#content1 {
	width: 876px;
	width: 884px;
	height: 334px;
	float:left;
	overflow:hidden;
	padding-left:8px;
	margin-top:8px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: white;
	border:1px solid #CCCCCC;
}

.vscrollerbar {
	width: 10px;
	background-color: black;
	cursor:pointer;
}

.vscrollerbar:hover {
	width: 10px;
	background-color:#990000;
	cursor:pointer;
}
