﻿/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 11px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 11px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 14px 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: 0px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(flexcroll_y-scroller.gif) 0px -7px;
width: 11px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(flexcroll_y-scroller.gif);
width: 11px;
height: 7px;
}

.hscrollerbarbeg {
background: url(flexcroll_x-scroller.gif) -7px 0px;
height: 11px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(flexcroll_x-scroller.gif);
height: 11px;
width: 7px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #2E3238;
background-image: url();

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 11px;
background: url() -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 11px;
width: 7px;
background: url() 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 11px;
background: url() -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 11px;
background: url() -7px 0px no-repeat;
}

.scrollerjogbox {
width: 11px;
height: 11px;
bottom: 0px;
right: 0px;
background: white url() 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
