﻿/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase, .vscrollerbar {
width: 13px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 13px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px;
}

.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: 5px;
z-index: 2;
}

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

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.gif);
width: 13px;
height: 8px;
}

.hscrollerbarbeg {
background: url(../images/hscroller.gif) -8px 0px;
height: 13px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(../images/hscroller.gif);
height: 13px;
width: 8px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {

}

.hscrollerbasebeg {
}

.hscrollerbaseend {
}

.vscrollerbasebeg {
}

.vscrollerbaseend {
}

.scrollerjogbox {
}


/* Scroll Bar Master Styling Ends Here */
