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

#contentbox.flexcrollactive {
	width: 683px;
	border-right: 0px;
}

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

.vscrollerbase {
	width: 40px;
	visibility: visible !important;
	background-color: #fff;
	border-right: 1px solid #ccc;
}

.vscrollerbar {
	width: 40px;
	background: #fff;
	border-right: 1px solid #444 !important;
	margin-right: -1px;
	cursor: move;
}

.hscrollerbase {
	height: 13px;
	border: 1px solid #777;
	visibility: hidden !important;
}
.hscrollerbar {
	height: 13px;
	background: #000;
}
.vscrollerbar, .hscrollerbar {
	padding: 0;
	z-index: 2;
}
.vscrollerbasebeg,
.vscrollerbaseend {
	height: 10px !important;
}

.hscrollerbarbeg,
.hscrollerbarend,
.hscrollerbasebeg,
.hscrollerbaseend {
	width: 1px !important;
	height: 10px !important;
	background: #000;
}

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