/* 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: 13px;
background-color: #E0C695;
}
.vscrollerbar {
width: 13px;
background-color:  #E4A830;
background-image: url(../img/sc.gif);
background-repeat: no-repeat;
background-position: center center;
padding-top: 14px;
padding-bottom: 14px;
}

.vscrollerbasebeg {
background-color:  #E4A830;
width: 13px;
height: 13px !important;
background-image: url(../img/up.gif);
background-repeat: no-repeat;
background-position: center center;
}

.vscrollerbaseend {
background-color:  #E4A830;
width: 13px;
height: 13px;
background-image: url(../img/down.gif);
background-repeat: no-repeat;
background-position: center center;
}

/*
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}*/