/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 10px;
/*background-color: white; */
background-color: #DBCBAC

}
.vscrollerbasebeg {
	width: 10px;
	height: 10px !important;
	background-color: white; 
	background: url(../bilder/vscrollbutton.png) 0px 0px no-repeat;
}
.vscrollerbaseend {
	height: 10px !important;
	width: 10px;
	background: url(../bilder/vscrollbutton.png) 0px -10px no-repeat;
}

.vscrollerbar {
	width: 10px;
	height: 30px !important;
	background-color: #9F7939;
	padding: 10px;
	/*background: url(../bilder/vscroll.gif) repeat-y 50% 0;  */
}
.vscrollerbarbeg{
	width: 10px;
	height: 10px !important;
}
.vscrollerbarend{
	height: 10px;
	width: 10px;

}

.hscrollerbase {
	height: 10px;
	background-color: #DBCBAC
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}