.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	width:0;
	height:0;
}
.vscrollerbar {
	width: 43px;
	position:relative;
	cursor:pointer;
}
.vscrollerbarbeg {
	background: url(../images/scroll_top.png) left top no-repeat;
	width: 43px;
}
.vscrollerbarend {
	background: url(../images/scroll_bottom.png) left top no-repeat;
	height: 38px;
	width: 43px;
}
.vscrollerbase {
	width: 43px;
	background: url(../images/bg_scroller.jpg) 10px -19px no-repeat;
}
.vscrollerbasebeg {
	width: 43px;
	height: 0px !important; /*Again, the safari fix, normally this line is not needed.*/
	/*background: url(../images/scrollbar.gif) -72px -28px no-repeat;*/
}
.vscrollerbaseend {
	height: 0px;
	width: 43px;
	background: url(../images/scrollbar.gif)  -72px 0px no-repeat;
}
.hscrollerbase {
	height: 16px; background-color: white;
}
.hscrollerbar {
	height: 16px; background-color: black;
}
.vscrollerbar, .hscrollerbar {
	padding: 0px;
	z-index: 2;
}
.scrollerjogbox {
	width: 43px;
	height: 16px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}
