/* .scrollgeneric is required for proper scrollbar display,
not for user customization, and is mandatory*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 15px;
	background: #fff url( /images/scrollbar.png ) 0px 0px repeat-y;
}
.hscrollerbase {
	height: 15px;
	background-color: #fff;
}

.vscrollerbar, .hscrollerbar {
	padding: 15px;
}
.vscrollerbar {
	width: 15px;
	background-color: black;
	background: #fff url( /images/scrollbar.png ) -15px 0px repeat-y;
}

.vscrollerbarbeg {
	width: 15px;
	height: 15px !important;
	
}
.vscrollerbarend {
	width: 15px;
	height: 15px;
}

.scrollerjogbox {
	background-color: #white;
	width: 15px;
	height: 15px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}

.vscrollerbasebeg {
	background: #fff url( /images/scrollbar.png ) -30px 0px no-repeat;
	width: 15px;
	height: 15px !important; /*  Safari BG repeat fix */
}
.vscrollerbaseend {
	background: #fff url( /images/scrollbar.png ) -30px -15px no-repeat;
	height: 15px;
	width: 15px;
}

