/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
/*
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: black;
}
.vscrollerbar {
width: 10px;
background-color: #43818c;
}
.hscrollerbase {
height: 10px;
background-color: black;
}
.hscrollerbar {
height: 10px;
background-color: #43818c;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.vscrollerbarbeg {height: 11px !important;width: 10px;background: url(../img/btn-up.png)no-repeat;}
.vscrollerbarend {height: 11px;width: 10px;background: url(../img/btn-dn.png) no-repeat;}
.vscrollerbasebeg {width: 10px;height: 11px !important;background: url(../img/btn-up.png) no-repeat;}
.vscrollerbaseend {height: 11px;width: 10px;background: url(../img/btn-dn.png) no-repeat;}

*/

/* 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;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase {
width: 10px;
background-color: black;
}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* following are the styles for fat & cuddly, comments and newlines removed */
.vscrollerbar {width: 10px; height:5px; background-color: #43818c}
.vscrollerbase {width: 10px;background: #000000}
.vscrollerbasebeg {width: 10px;height: 11px !important;background:url(../img/btn-up.jpg);}
.vscrollerbaseend {height: 11px;width: 10px;background: url(../img/btn-dn.jpg);}
.hscrollerbase {height: 10px; background-color: white;}
.hscrollerbar {height: 10px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 15px;z-index: 2;}
.scrollerjogbox {width: 10px;height: 11px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
