/* 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: #a5998c;
}
.vscrollerbar {
width: 8px;
background-color: #cac2ba;
}
.hscrollerbase {
height: 8px;
background-color: white;
}
.hscrollerbar {
height: 8px;
background-color: black;
}

.scrollerjogbox {
width: 8px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
.vscrollerbarbeg {
	background:url(../images/hscroller.png) repeat scroll 0 -7px transparent;
	width: 8px;
}
.vscrollerbarend {
		background:url(../images/hscroller.png) repeat scroll 0px 0px transparent;
		height: 9px;
		position: relative;

}
