/* 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: auto; font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {
	width:8px;
	height: 10px;
	background-image:url(scroller.jpg);
	background-repeat: no-repeat;

}

.vscrollerbarbeg {height:10px !important;width: 5px;}

.vscrollerbarend {height:12px; width: 10px;}

.vscrollerbase {
	width:8px;
	background-image:url(bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

.vscrollerbasebeg {
	width:8px;
	height: 10px;
	background-image:url(top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.vscrollerbaseend {height:10px; width: 5px;}
.hscrollerbase {height:16px;}
.hscrollerbar {height:16px; }
.vscrollerbar, .hscrollerbar {padding: 0px; z-index: 2;}
.scrollerjogbox {width:5px; height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;}

/* Scroll Bar Master Styling Ends Here */

