.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #FEFF80;
}
.vscrollerbar {
	width: 10px;
	/*background-color: #F7A30A;*/

	/*background-image: url(bars.jpg);*/
	background:url(bars.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: #FFF;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #FFF;
}
/* ############################ */

#divscroll {
	/* Typical fixed height and fixed width example */
	width: 413px;
	height: 115px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	background-color: #FEFF80;
	padding-top: 15px;
	padding-left: 26px;
	padding-bottom: 10px;
	padding-right: 45px;
}
#divscrollmain {
	/* Typical fixed height and fixed width example */
	width: 413px;
	height: 230px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	background-color: white;
	padding-top: 15px;
	padding-left: 26px;
	padding-bottom: 10px;
	padding-right: 45px;
}
#divscrollmaintwo {
	/* Typical fixed height and fixed width example */
	width: 428px;
	height: 345px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: white;
	margin: 0.3em auto;
	padding-top: 15px;
	padding-left: 26px;
	padding-bottom: 10px;
	padding-right: 45px;
}
