/* 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: white;
background-image: url(/images/barra-scroll.gif);
background-repeat: repeat;
}

.vscrollerbar {
background-image: url(/images/bola-scrooll.gif);
width: 13px;
/* following is the bit that allows us fixed height scrollbars */
height: 13px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

.hscrollerbase {
height: 10px;
background-color: black;
background-image: url(/images/fg_scrollbase.png);
width: 644px !important;
margin-left: 3px;
}
.hscrollerbar {
background-color: black;
background-image: url(/images/fg_scrollbar.png);
width: 122px !important;
height: 5px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}