/* 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: 40px;
	background-image: url(Cupcakescroll2.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 40px;
}
.vscrollerbarbeg {
	background-repeat: no-repeat;
}
.vscrollerbarend {
	background-repeat: no-repeat;
}
.vscrollerbase {
	width: 40px;
	background-image: url(scrollerline2.jpg);
	background-repeat: no-repeat;
	background-position: center 21px;
	top: 14px;
}
.vscrollerbasebeg {
	width: 36px;
	height: 28px !important;
	background-image: url(arrowup1.png);
	background-repeat: no-repeat;
	background-position: 4px -2px;
}
.vscrollerbaseend {
	height: 28px;
	width: 38px;
	background-repeat: no-repeat;
	background-position: 8px -1px;
	background-image: url(arrowdown1.png);
	top: 20px;
}
.hscrollerbase {
	height: auto;
	background-color: white;
}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
