/* 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: 28px; background:url(../../images/icon/trans.png);}
.vscrollerbarbeg {height: 24px !important;width: 36px; background:url(../../images/icon/trans.png);}
.vscrollerbarend {height: 24px;width: 28px; background:url(../../images/icon/trans.png);}
.vscrollerbase {width: 36px; background:url(../../images/icon/trans.png);}
.vscrollerbasebeg {width: 28px; height: 17px !important; background:url(../../images/icon/arrow-up.png) no-repeat top right; cursor:pointer;}
	.vscrollerbasebeg:hover{width: 28px; height: 17px !important; background:url(../../images/icon/arrow-up-hover.png) no-repeat top right; cursor:pointer;}
.vscrollerbaseend {height: 17px;width: 28px; background:url(../../images/icon/arrow-down.png) no-repeat top right; cursor:pointer;}
	.vscrollerbaseend:hover {height: 17px;width: 28px; background:url(../../images/icon/arrow-down-hover.png) no-repeat top right; cursor:pointer;}
.vscrollerbar {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 */
