﻿/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
position: absolute;
}

.scrollgeneric:focus { outline: none }

.vscrollerbase, .vscrollerbar {
width: 11px;
top: 0px;

}

.vscrollerbar {
left: 0px;
}

.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*/
width: 11px;
height: auto;
top:0px;
}
.vscrollerbarbeg {background: url(images/vscroller.gif) 0 -11px ;}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
width: 11px;
height: 11px;
}
.vscrollerbarend {background: url(images/vscroller.gif) ;}

/* Following are OPTIONAL */

.vscrollerbase {background: url(images/scrollbaseback.gif)  repeat;}

.vscrollerbasebeg {
top: 0px;
height: 9px;
width: 11px;
cursor:pointer;
cursor:hand;
background:url(images/scrollbasetop.gif)  no-repeat;
}

.vscrollerbaseend {
height: 9px;
width: 11px;
cursor:pointer;
cursor:hand;
background:url(images/scrollbasebot.gif) bottom no-repeat;
}

.scrollerjogbox {
width: 11px;
height: 5px;
bottom: 0px;
right: 0px;
}

