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

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

.vscrollerbase {
	width: 14px;
	background-color: #3a2e22;
}
.vscrollerbar {
	width: 12px;
	background-color: #000;
	border: 1px solid #1b150f;
}
.hscrollerbase {
	height: 14px;
	background-color: #3a2e22;
}
.hscrollerbar {
	height: 12px;
	background-color: #000;
	border: 1px solid #1b150f;
}

.scrollerjogbox {
	width: 14px;
	height: 14px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #3a2e22;
}
