/* Scroll Bar Master Styling Starts Here */

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

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

.vscrollerbar {
width: 20px;
background-color: white;
}

.vscrollerbar {
background: #fff url(../images/nav/bar.gif) 0 50% no-repeat;
}

.vscrollerbar {
padding: 20px;
z-index: 2;
height: 20px !important;
}

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

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


.vscrollerbase {
background: #fff;
}

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

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


/* Scroll Bar Master Styling Ends Here */
