/* 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 */ 
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbar {
	width: 8px;
	background: #ffffff;
	background-image:url(../images/scrollBar.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.vscrollerbarbeg {
	height: 5px;
	width: 8px;
}

.vscrollerbarend {
	height: 5px;
	width: 8px;
}
.vscrollerbase {
	width: 8px;
}

.vscrollerbasebeg {
	width: 8px;
	height:5px;
	background: #ffffff;
	background-image:url(../images/scrollTop.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.vscrollerbaseend {
	height: 5px;
	width: 8px;
	background-image:url(../images/scrollBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.hscrollerbase {
	height: 0px; 
	background-color: white;
}
.hscrollerbar {
	height: 0px; 
	background-color: #ffffff;
}
.vscrollerbar, .hscrollerbar {
	padding: 9px
	;z-index: 2;
}
.scrollerjogbox {
	width: 8px;
	height: 15px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background: #ffffff;
}

/* Scroll Bar Master Styling Ends Here */

