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

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.flexcroll {
	height:420px;
	width:770px;
	text-align: center;
}


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

.vscrollerbar {
	width: 24px;
	background-color:#ab0000;
	background: #5EC0A7 url(scrollbar.png) -12px 0px repeat-y;
	cursor:pointer;
	margin:0 1px 0 0;
}

.vscrollerbarbeg {
	height: 12px !important;
	width: 12px;
	background: url(scrollbar.png) -120px -32px no-repeat;
}

.vscrollerbarend {
	height: 12px;
	width: 12px;
	background: url(scrollbar.png) -120px 0px no-repeat;
}

.vscrollerbase {
	width: 12px;
	background: #0B2E66 url(scrollbar.png) 0px 0px repeat-y;
}

.vscrollerbasebeg {
	width: 12px;
	height: 12px !important;
	background-color:#33FF00;
	background: url(scrollbar.png) -84px 0px no-repeat;
	cursor:pointer;
}

.vscrollerbaseend {
	height: 12px;
	width: 12px;
	background-color:#33FF00;
	background: url(scrollbar.png) -84px -44px no-repeat;
	cursor:pointer;
}

.hscrollerbase {
	height: 12px;
	background-color: white;
}

.hscrollerbar {
	height: 12px;
	background-color: black;
}

.vscrollerbar,
.hscrollerbar {
	padding: 12px;
	z-index: 2;
}

.scrollerjogbox {
	width: 12x;
	height: 12px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
/* Scroll Bar Master Styling Ends Here */
