/* 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: 54px;
background-color: white;
}

.vscrollerbase {left: 0 !important;}

.vscrollerbar {
width: 24px;
background-color: black;
float:left;
cursor:pointer;
}

.vscrollerbar, .hscrollerbar {
padding: 29px;
z-index: 2;
}

.hscrollerbase {
height: 24px;
background-color: white;
}

.hscrollerbar {
height: 0px;
background-color: white;
}

.scrollerjogbox {
width: 24px;
height: 24px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: white;
}

.vscrollerbasebeg {
background: url(images/up.png) 0px 0px no-repeat;
width: 24px;
height: 29px !important;
cursor:pointer;
}

.vscrollerbaseend {
background: url(images/down.png) 0px 0px no-repeat;
width: 24px;
height: 29px !important;
cursor:pointer;
}
