/* 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: 7px;
background-color: #eee;
}
.vscrollerbasebeg {
background: url(imagens/scrollbar_up.gif) no-repeat;
width: 7px;
height: 7px !important;
}
.vscrollerbaseend {
background: url(imagens/scrollbar_down.gif) no-repeat;
width: 7px;
height: 7px;
}
.vscrollerbar {
width: 5px;
border: 1px solid #bbb;
background-color: #777;
padding: 9px 0;
z-index: 2;
}


.hscrollerbase {
height: 7px;
background-color: #eee;
}
.hscrollerbar {
height: 5px;
border: 1px solid #bbb;
background-color: #777;
}


.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #ccc;
}