/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}

.vscrollerbar {
width: 10px;
background-color: black;
}

.vscrollerbar {
background: #ccc;
}

.vscrollerbar {
padding: 10px;
z-index: 2;
}

.vscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 10px;
height: 10px !important;
}

.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 10px;
height: 10px;
}


.vscrollerbase {
background: #111;
}

.vscrollerbasebeg {
background: url(../images/nav/arrows.gif) 0 0 no-repeat;
width: 10px;
height: 10px !important; /*  Safari BG repeat fix */
}

.vscrollerbaseend {
background: url(../images/nav/arrows.gif) 0 -10px no-repeat;
height: 10px;
width: 10px;
}


/* Scroll Bar Master Styling Ends Here */

