/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase {
    left: 0 !important;
}

.vscrollerbase {
    width: 40px;
    top: 0px;
}



.vscrollerbar {
left: 0;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 10px;
/* z-index *MUST* be given, otherwise links will not be clickable
inside the div */
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
margin-left: 4px;
background: #EF7C31 url(../images/scrolljog-top.gif) 0 0 no-repeat;
width: 5px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
margin-left: 4px;
background: white url(../images/scrolljog-bottom.gif) 0 0 no-repeat;
width: 5px;
height: auto;
top: 50px;
}


/* Following are OPTIONAL */

.vscrollerbase{
background: url(../images/scrollbg.gif) -1px 0px repeat-y;
}

.vscrollerbasebeg {
height: 10px;
width: 12px;
background: url(../images/scrollends.gif) 0px 0px no-repeat;
}

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


.scrollerjogbox {
width: 15px;
height: 24px;
bottom: 0px;
right: 0px;
/* background: white url(/web/images/scrolljog.png) 50% 50%; */
}



/* Scroll Bar Master Styling Ends Here */
