/* 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: 12px;
	padding:0px;
	background-color: #e5dac4;
}

.vscrollerbar {
	width: 12px;
	background-color: #1f1f1f;
}

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


.vscrollerbasebeg {width: 12px;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: 14px;z-index: 2;}
