
#mycustomscroll2 {
	width:425px;
	height:520px;
	overflow: auto;
	position: relative;
	padding-left:30px;
	padding-bottom:10px;
}

#mycustomscroll2 h1, #mycustomscroll2 h2, #mycustomscroll2 h3, #mycustomscroll2 h4, #mycustomscroll2 h5, #mycustomscroll2 h6, #mycustomscroll2 p {
	padding-right:7px;
}

.fixedwidth {
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index:1000;
}

.vscrollerbase {
	background-image: url(../images/scroll-bg.gif);
	width:18px;
}

.vscrollerbar {
	width:18px;
	height:18px !important;
	cursor:pointer;
	background-image: url(../images/scroll-arrow.gif);
}

.hscrollerbase {
	height: 22px;
}

.hscrollerbar {
	height: 22px;
	background-color: #84ADD6;
}

.vscrollerbar, .hscrollerbar {
	z-index: 2;
}

.scrollerjogbox {
	width: 22px;
	height: 22px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #698AAA;
}
