/* 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; right: 0px;

padding-right:06px;
background-color: none;
}

.vscrollerbase {
width: 5px;
background-color: #111;
/*border-right: 6px solid #111;*/
}

.vscrollerbar {
width: 6px;
background-color:#fff;
box-shadow: #333 0px 0px 0px 0px;
-moz-opacity: 10%;
opacity: 10%;

}

.vscrollerbar:hover {
width: 12px;
background-color:red;
box-shadow: #333 0px 0px 0px 0px;
-moz-opacity: 100%;
opacity: 100%;
}

.hscrollerbase {
height: 5px;
}

.hscrollerbar {

height: 5px;
}

.scrollerjogbox {
width: 4px;
height: 4px;

top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #000;
box-shadow: #777 2px 2px 2px;
}