/* 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: 21px;
/*	border-style: solid;
	border-color: #777;
	border-width: 0 1px 0 1px; */
/*	border-right: 1px solid #777; */
/*	background: transparent url("flexcroll.gif") 7px 0 no-repeat; */
}

#details .vscrollerbase {
/*	background: transparent url("flexcroll2.gif") 7px 0 no-repeat; */
}

.vscrollerbar {
	margin-left:8px;
	width: 13px;
	background: #fff;
	height: 11px !important;
	padding: 1px 0 !important;
	border:none;
}

.hscrollerbase {
	height: 13px;
/*	border: 1px solid #777; */
}

.hscrollerbar {
	height: 13px;
	background: #fff;
}

.vscrollerbar, .hscrollerbar {
	padding: 0;
	z-index: 10;
}
.vscrollerbasebeg,
.vscrollerbaseend {
	margin-left:8px;
	height: 1px !important;
	width: 13px !important;
	background-color: #777777;
	overflow: hidden;
}

.hscrollerbarbeg,
.hscrollerbarend,
.hscrollerbasebeg,
.hscrollerbaseend {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
}

.scrollerjogbox {
	width: 13px;
	height: 13px;
	top: auto; left: auto;
	bottom: 0px; right: 0px; 
}

