.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}


.vscrollerbase {

width: 15px;
background-color: white;
}

.vscrollerbar {
width: 15px;
background-color: black;
}

.vscrollerbar {
	background-color: #fcd79c;
	background-image: url(basescroll.png);
	background-repeat: repeat-y;
	background-position: -15px 0px;
}

.vscrollerbar, .hscrollerbar {

padding: 10px;


z-index: 2;
}

.vscrollerbarbeg {
	width: 15px;
	height: 15px !important;
	background-image: url(basescroll.png);
	background-repeat: no-repeat;
	background-position: -45px -30px;
}

.vscrollerbarend {
	width: 15px;
	height: 15px;
	background-image: url(basescroll.png);
	background-repeat: no-repeat;
	background-position: -45px 0px;
}

.vscrollerbase {
	background-color: #fcd79c;
	background-image: url(basescroll.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.vscrollerbasebeg {
	width: 15px;
	height: 15px !important;
	background-image: url(basescroll.png);
	background-repeat: no-repeat;
	background-position: -30px -30px;
}

.vscrollerbaseend {
	height: 15px;
	width: 15px;
	background-image: url(basescroll.png);
	background-repeat: no-repeat;
	background-position: -60px -30px;
}

.scrollerjogbox:hover {
	background-color: #fcb040;
	background-image: url(basescroll.png);
	background-position: -45px -15px;
}

