﻿/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 50px;
}

.vscrollerbar {
left: 2px;
}

.vscrollerbar {
/*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: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/vscroller.gif) -1px -5px;
width: 11px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.gif) -1px 0px;
width: 11px;
height: 5px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background: none;
}

.vscrollerbasebeg {
top: 0px;
width: 11px;
background: url(../images/scrollends.gif) 1px -8px no-repeat;
}

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

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


/* Scroll Bar Master Styling Ends Here */
