/* 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: 24px;
	height: 40px !important;
	background: url(images/scrollbar.png) #e0e0e0 repeat-y -36px 0px;
}
.vscrollerbarbeg {height: 24px !important;width: 24px;background: url('images/scrollbar.png') no-repeat -108px -32px;}
.vscrollerbarend {height: 24px;width: 24px;background: url('images/scrollbar.png') no-repeat -108px 0px;}
.vscrollerbase
{
	width: 24px;
	background: url(images/scrollbar.png) #efefef repeat-y 0px 0px;
}
.vscrollerbasebeg {width: 24px;height: 28px !important;background: url('images/scrollbar.png') no-repeat -72px -28px;}
.vscrollerbaseend {height: 28px;width: 24px;background: url('images/scrollbar.png') no-repeat -72px 0px;}
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: white;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox
{
	width: 40px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #eaeaea;
}

/* Scroll Bar Master Styling Ends Here */