/* 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: 3px;
	background-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #686866;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686866;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686866;
}
.vscrollerbar {
	width: 3px;
	background-color: #fff;
}
#scroller_vscrollerbar:hover {
	/*background-color: #686866;*/
}
.hscrollerbase {
	height: 0px;
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}
.hscrollerbar {
	height: 0px;
	background-color: #000000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

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