/* 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: 8px;
	background-color: transparent;
	xborder-left: #404040 1px solid;
	xborder-right: #404040 1px solid;
	background-image: url(../images/hash-H41.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


.vscrollerbar {
	width: 8px;
	background-color: #9C3;
	background-color: #FFF;
	xborder-left: #9C3 1px solid;
	xborder-right: #9C3 1px solid;
}

.hscrollerbase {
	height: 10px;
	background-color: #9C3;
}
.hscrollerbar {
	height: 10px;
	background-color: #666;
	xbackground-image: url(../images/hash.gif);
	xbackground-repeat: repeat-x;
	xbackground-position: left center;
}



.scrollerjogbox {

width: 10px;
height: 10px;

top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #222;
}