/* 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: 15px;
color:white;
}
.vscrollerbar {
/* had 2015*/
margin-left:10px;
width: 8px;
background-color: rgb(88,49,25);
-moz-box-shadow: 3px 5px 3px 0px #888888;
-webkit-box-shadow: 3px 5px 3px 0px #888888;
box-shadow: 3px 5px 3px 0px #888888;
/*filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#dfdfdf, OffX=3, OffY=5, Positive='true'); /* ie */
}
.hscrollerbase {
height: 20px;
}
.hscrollerbar {
height: 10px;
background-color: #442d01;
}

.scrollerjogbox {
width: 15px;
height: 10px;
top: auto;
left: auto;
bottom: 0px;
right: 0px;
background-color: red;
}
