/* 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: 15px;
	background-image: url(../images/scroll-bar-background.jpg);
	background-repeat: repeat;
}
.vscrollerbar {
	width: 13px;
	background-image: url(../images/scroll-bar-handle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #007EA8;
}
.hscrollerbase {
	height: 15px;
	background-color: #6FC;
}
.hscrollerbar {
	height: 15px;
	background-color: #FFF;
}
.scrollerjogbox {
	width: 15px;
	height: 15px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
