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

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

.vscrollerbase {
	width: 16px;
	padding:0px;
	background-image:url(../images/hairline.gif);
	background-repeat:no-repeat;
}

.vscrollerbar {
	width: 5px;
	background-color: #808080;
	left:1px;
}

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


.vscrollerbasebeg {margin-top:15px;width: 8px;height: 10px !important;background: url(../images/tri-up.gif) 0 0 no-repeat;}
.vscrollerbaseend {height: 10px;width: 36px;background: url(../images/tri-dn.gif)  0 0 no-repeat;}

.vscrollerbar, .hscrollerbar {padding-bottom: 22px;padding-top: 34px;z-index: 2;}
