/* 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;
margin-right:7px;
background-color: #dcdcdc;

}
.vscrollerbar {
width: 7px;
background-color: #f58220;
cursor:pointer;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
