﻿/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px important;
}

.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_scroll/vscroller.gif) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images_scroll/vscroller.gif);
width: 15px;
height: 0px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background-image: url(../images_scroll/scrollbaseback.gif);
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(../images_scroll/scrollbases.gif) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(../images_scroll/scrollbases.gif) -7px 0px no-repeat;
}

/* Scroll Bar Master Styling Ends Here */

